Difference between revisions of "Shopt Bash buildin"
Jump to navigation
Jump to search
m (Brave moved page Shopt to Shopt Bash buildin) |
|||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | <code>[[shopt]]</code> allows you to change additional shell optional [[behavior]]. | + | <code>[[shopt]]</code> Bash [[buildin]] allows you to change additional shell optional [[behavior]]. |
* 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 | ||
Revision as of 16:46, 2 April 2023
shopt
Bash buildin allows you to change additional shell optional behavior.
shopt -s nocasematch
shopt -s globstar
shopt -s histappend
shopt zsh: command not found: shopt
Related
See also
Advertising: