Difference between revisions of "Shopt Bash buildin"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
* <code>[[shopt -s execfail]]</code> | * <code>[[shopt -s execfail]]</code> | ||
+ | |||
+ | * <code>[[shopt -s dotglob]]</code> | ||
+ | |||
== Errors == | == Errors == |
Revision as of 13:17, 4 March 2024
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: