Difference between revisions of "Shopt Bash buildin"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
<code>[[shopt]]</code> allows you to change additional shell optional [[behavior]].
+
<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]].
* 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>
 +
* <code>[[shopt -s expand_aliases]]</code>
 +
* <code>shopt -s [[histappend]]</code>
 +
* <code>[[shopt -s execfail]]</code>
 +
* <code>[[shopt -s dotglob]]</code>
  
[[shopt -s expand aliases]]
+
== Errors ==
 
 
shopt -s [[histappend]]
 
 
 
[[shopt -s execfail]]
 
 
 
 
  shopt
 
  shopt
 
  [[zsh]]: command not found: shopt
 
  [[zsh]]: command not found: shopt
Line 17: Line 15:
 
== Related ==
 
== Related ==
 
* <code>[[export]]</code>
 
* <code>[[export]]</code>
 +
* <code>[[set -o]]</code>
 +
* [[Buildin]]
  
 
== See also ==
 
== See also ==
 
* {{shopt}}
 
* {{shopt}}
 
* {{set}}
 
* {{set}}
* {{Bash}}
 
  
 
[[Category:Bash]]
 
[[Category:Bash]]

Latest revision as of 11:47, 23 August 2024

Advertising: