bash
all
Bourne-Again SHell, an `sh`-compatible command-line interpreter. See also: `zsh`, `!`.
More info →Subcommands (1)
Options (1)
-r, --restrictedbooleanStart a [r]estricted shell session
Example:
bash {{[-r|--restricted]}}Examples (8)
Start an interactive shell session
Start an interactive shell session without loading startup configs
bash --norcExecute specific [c]ommands
bash -c "echo 'bash is executed'"Execute a specific script
bash path/to/script.shE[x]ecute a specific script, printing each command before executing it
bash -x path/to/script.shExecute a specific script and stop at the first [e]rror
bash -e path/to/script.shStart a [r]estricted shell session
bash [-r|--restricted]made by @shridhargupta | data from tldr-pages