Skip to Content

If you are writing a shell script, you should understand exit status in Unix. The script you write will most likely have a script within it that returns the exit status of the last command. In addition, shell scripts can use the exit status of the last command to do actions like sending an e-mail …

Read More about What is Exit Status in Unix?