Difference between revisions of "Shopt Bash buildin"
Jump to navigation
Jump to search
↑ https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | <code>[[shopt]]</code> | + | <code>[[shopt]]</code><ref>https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html</ref> Bash [[buildin]] allows you to change additional shell optional [[behavior]]. |
− | |||
* <code>[[shopt -s]] [[nocasematch]]</code> | * <code>[[shopt -s]] [[nocasematch]]</code> |
Revision as of 13:19, 4 March 2024
shopt
[1] 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
shopt: execfail, expand_aliases, histappend, dotglob
set, unset, set -o, set -x, set -e, set +e, set -E, set +b, set -u, $?, exit, return, trap, PostgreSQL SET
Advertising: