|
Okay, I want to trap any system error messages that may occur within a unix shell script. When I do a mkdir command and it fails how to trap the error.
When my sqr program fails with "Error! SQR Failed To Process" how to trap the error and exit the shell script with an exit 99
|