Tolerate

The tolerate command instructs the shell not to abort processing of the script if the next command generates one or more warnings, errors, or severe errors. For the purposes of this command, a blank line counts as a command, so be sure to place the tolerate command immediately above the command about which you wish to be tolerant.

Syntax : tolerate = "tolerate"
Example: tolerate

The tolerate command was introduced to allow FunnelWeb (i.e. the fw command) to be tested in a script under conditions which would normally cause it to abort the script.