Originally posted by: SGLFORUM
For example,
When I enter "ls" in my ksh shell, then output is displayed. Whereas, if I enter "ls -4" (which is a wrong argument) an error message is displayed.
I dont want to display the default error message in my shell script, if the input command is wrong. Instead, I need to print my own error message.
#AIX-Forum