4 Using -,+,@ before SHELL commands

from http://pic.dhe.ibm.com/infocenter/aix/v6r1/ it says

@       Causes the command not to be echoed before it is executed. 
-       Causes any nonzero exit status of the command line to be ignored. 
+       Causes a command line to be executed, even though the options -n, -q, or -t are specified.