set

Set or unset values of shell options and positional parameters.

set
set
set -o option-name
allexport or -a
braceexpand or -B
emacs, use an emacs-style line editing interface
errexit or -e
errtrace or -E
functrace or -T
set -o option-name
hashall or -h
histexpand or -H
history, Enable command history
ignoreeof, The shell will not exit upon reading EOF
interactive-comments, allow comments to appear in interactive commands
keyword -k
set -o option-name
monitor or -m
noclobber or -C
noexec or -n
noglob or -f
nolog, Currently accepted but ignored
notify or -b
set -o option-name
nounset or -u
onecmd or -t
physical or -P
pipefail, The return value of a pipeline is the status of the last command to exit with a non-zero status.
posix, Change the behavior of bash where the default operation differs from the Posix standard to match the standard.
set -o option-name
privilledged or -p
verbose or -v
set -o option-name
vi, use a vi-style line editing interface
xtrace or -x
set
set
set