Difference between revisions of "Shopt Bash buildin"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
* <code>[[shopt -s execfail]]</code> | * <code>[[shopt -s execfail]]</code> | ||
+ | == Errors == | ||
shopt | shopt | ||
[[zsh]]: command not found: shopt | [[zsh]]: command not found: shopt |
Revision as of 16:47, 2 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: