Shell set command
The set
command can be used to set/display the options in shell.
-e
or -o errexit
Exit immediately if previous command returned a non-zero status.
-x
or set -o xtrace
Print trace.
-v
or set -o verbose
Print line.
-o vi
Use a vi-style line editing interface.
-o emacs
Use a emacs line editing interface.