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 21: | Line 21: | ||
* <code>[[export]]</code> | * <code>[[export]]</code> | ||
* <code>[[set -o]]</code> | * <code>[[set -o]]</code> | ||
+ | * [[Buildin]] | ||
== See also == | == See also == |
Revision as of 11:47, 23 August 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: