Difference between revisions of "Shopt Bash buildin"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(23 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Draft}}
+
{{lowercase}}
 +
<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 [[globstar]]</code>
  
 +
* <code>[[shopt -s expand_aliases]]</code>
 +
 +
* <code>shopt -s [[histappend]]</code>
 +
 +
* <code>[[shopt -s execfail]]</code>
 +
 +
* <code>[[shopt -s dotglob]]</code>
 +
 +
 +
== Errors ==
 +
shopt
 +
[[zsh]]: command not found: shopt
 +
 +
== Related ==
 +
* <code>[[export]]</code>
 +
* <code>[[set -o]]</code>
  
 
== See also ==
 
== See also ==
* {{Bash}}
+
* {{shopt}}
 +
* {{set}}
 +
 
 +
[[Category:Bash]]

Latest revision as of 13:19, 4 March 2024

Advertising: