Bash - Shell Option (Shopt)

Bash Liste Des Attaques Ovh

Bash - Shell Option (Shopt)

About

Shell option are the option of the shell

Shell option can be specified upon invocation, by:

Management

Get

The special parameter - expands to the current option flags

Example:

echo $-
himBH





Discover More
Bash Liste Des Attaques Ovh
Bash - (Builtin|Intern|System|Reserved|Shell) variable name

Reserved variable name are named that have a special meaning for the bash shell. PS1 defines the shell's command-line prompt. HOME defines the home directory for a user. PATH defines a list...
Bash Liste Des Attaques Ovh
Bash - Exec (No New Process) - builtin command

If command is specified, it replaces the shell. No subshell (ie new process) is created. The shell: terminates if there is a command. continues if there is only a redirection management Example...
Bash Liste Des Attaques Ovh
Bash - Set (of Bash Options)

The set builtin command can be specify shell option. When options are specified, they set or unset shell attributes. Without options, the name and value of each shell variable are displayed in a...



Share this page:
Follow us:
Task Runner