Answers for "bash last status code"

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 "Shell/Bash"

Browse Popular Code Answers by Language