Skip to content

Conversation

@idesai
Copy link

@idesai idesai commented Sep 12, 2025

By convention, an exit status of 0 signifies successful completion, while any non-zero value typically indicates an error or a specific condition. In shell scripting, the exit status of the last executed command can be accessed using the special variable $?.

By convention, an exit status of 0 signifies successful completion, while any
non-zero value typically indicates an error or a specific condition. In shell
scripting, the exit status of the last executed command can be accessed using
the special variable $?.

Signed-off-by: Imran Desai <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant