|
|
|
|
|
by deskr
595 days ago
|
|
If you're writing scripts, use that and don't forget -e and -u -e Exit immediately if a pipeline (which may consist of a single simple command), a list, or a compound command (see SHELL GRAMMAR above), exits with a non-zero status
-u Treat unset variables and parameters other than the special parameters "@" and "*" as an error when performing parameter expansion
|
|