Difference between revisions of "Shopt Bash buildin"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html | * https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html | ||
− | * <code>shopt -s [[nocasematch]]</code> | + | * <code>[[shopt -s]] [[nocasematch]]</code> |
* <code>shopt -s [[globstar]]</code> | * <code>shopt -s [[globstar]]</code> | ||
Revision as of 14:05, 25 January 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: