Bash - Shell Option (Shopt)
Table of Contents
About
Shell option are the option of the shell
Shell option can be specified upon invocation, by:
- the set builtin command,
- or those set by the shell itself (such as the -i option).
Articles Related
- Bash - Builtin Commands
- Bash - Bash cli
- Bash - Source - Built-in command
- Bash - Set (of Bash Options)
- Bash - Special Parameter
- Bash - Interactive Shell
- Bash - Declare (Variable declaration and attribute)
- Bash - (Builtin|Intern|System|Reserved|Shell) variable name
- Bash - Alias (of a command) - Builtin command
- Bash - Exec (No New Process) - builtin command
- More ...
Management
Get
Recommended Pages