How Linux Exit Codes Help You Write Robust Scripts
Exit stage left.

Every Linux command will print error messages if it fails, but this information is difficult to rely on. Your scripts should make use of exit codes to be as robust as possible.
Every Linux command will print error messages if it fails, but this information is difficult to rely on. Your scripts should make use of exit codes to be as robust as possible.