Difference between revisions of "Shopt Bash buildin"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* <code>shopt -s [[globstar]]</code> | * <code>shopt -s [[globstar]]</code> | ||
− | * <code>[[shopt -s | + | * <code>[[shopt -s expand_aliases]]</code> |
* <code>shopt -s [[histappend]]</code> | * <code>shopt -s [[histappend]]</code> |
Revision as of 10:36, 4 April 2023
shopt
Bash buildin allows you to change additional shell optional behavior.
shopt -s nocasematch
shopt -s globstar
shopt -s histappend
Errors
shopt zsh: command not found: shopt
Related
See also
Advertising: