Answers for "bash exit code status last command"

0

bash exit code status last command

# The special variable $? returns the exit status of the last executed command:
echo $?
Posted by: Guest on October-10-2021

Code answers related to "bash exit code status last command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language