Subcommands (2)
Examples (8)
Display the names and values of shell variables
Export newly initialized variables to child processes
set -aWrite formatted messages to `stderr` when jobs finish
set -bList all modes
set -oExit the shell when (some) command fails
set -eReset all shell parameters and assign new ones
set -- argument1 argument2 ...made by @shridhargupta | data from tldr-pages