I am new to UNIX scripting so any help is appreciated. I have a basic shell script called test.sh. If I call this script with the --help switch, I want to display a message to the user.
Is this possible? I only want this message to display if the script is called with the --help switch included.
Please advise.