Shopt: Unterschied zwischen den Versionen

Aus Foxwiki
Die Seite wurde neu angelegt: „<syntaxhighlight lang="bash" highlight="1" line> shopt autocd off assoc_expand_once off cdable_vars off cdspell off checkhash off checkjobs off checkwinsize on cmdhist on compat31 off compat32 off compat40 off compat41 off compat42 off compat43 off compat44 off complete_fullquote on direxpand off dirspell off dotglob off execfail…“
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<syntaxhighlight lang="bash" highlight="1" line>
shopt
shopt
autocd         off
{| class="wikitable options"
assoc_expand_once       off
|-
cdable_vars     off
| autocd || off
cdspell         off
|-
checkhash       off
| assoc_expand_once || off
checkjobs       off
|-
checkwinsize   on
| cdable_vars || off
cmdhist         on
|-
compat31       off
| cdspell || off
compat32       off
|-
compat40       off
| checkhash || off
compat41       off
|-
compat42       off
| checkjobs || off
compat43       off
|-
compat44       off
| checkwinsize || on
complete_fullquote     on
|-
direxpand       off
| cmdhist || on
dirspell       off
|-
dotglob         off
| compat31 || off
execfail       off
|-
expand_aliases  on
| compat32 || off
extdebug       off
|-
extglob         on
| compat40 || off
extquote       on
|-
failglob       off
| compat41 || off
force_fignore   on
|-
globasciiranges on
| compat42 || off
globskipdots   on
|-
globstar       on
| compat43 || off
gnu_errfmt     off
|-
histappend     on
| compat44 || off
histreedit     off
|-
histverify     off
| complete_fullquote || on
hostcomplete   off
|-
huponexit       off
| direxpand || off
inherit_errexit off
|-
interactive_comments   on
| dirspell || off
lastpipe       off
|-
lithist         off
| dotglob || off
localvar_inherit       off
|-
localvar_unset  off
| execfail || off
login_shell     off
|-
mailwarn       off
| expand_aliases  on
no_empty_cmd_completion off
|-
nocaseglob     off
| extdebug || off
nocasematch     off
|-
noexpand_translation   off
| extglob || on
nullglob       off
|-
patsub_replacement     on
| extquote || on
progcomp       on
|-
progcomp_alias  off
| failglob || off
promptvars     on
|-
restricted_shell       off
| force_fignore || on
shift_verbose   off
|-
sourcepath     on
| globasciiranges on
varredir_close  off
|-
xpg_echo       off
| globskipdots || on
</syntaxhighlight>
|-
| globstar || on
|-
| gnu_errfmt || off
|-
| histappend || on
|-
| histreedit || off
|-
| histverify || off
|-
| hostcomplete || off
|-
| huponexit || off
|-
| inherit_errexit off
|-
| interactive_comments || on
|-
| lastpipe || off
|-
| lithist || off
|-
| localvar_inherit || off
|-
| localvar_unset  off
|-
| login_shell || off
|-
| mailwarn || off
|-
| no_empty_cmd_completion off
|-
| nocaseglob || off
|-
| nocasematch || off
|-
| noexpand_translation || off
|-
| nullglob || off
|-
| patsub_replacement || on
|-
| progcomp || on
|-
| progcomp_alias  off
|-
| promptvars || on
|-
| restricted_shell || off
|-
| shift_verbose || off
|-
| sourcepath || on
|-
| varredir_close  off
|-
| xpg_echo || off
|}

Version vom 14. Dezember 2024, 11:54 Uhr

shopt

autocd off
assoc_expand_once off
cdable_vars off
cdspell off
checkhash off
checkjobs off
checkwinsize on
cmdhist on
compat31 off
compat32 off
compat40 off
compat41 off
compat42 off
compat43 off
compat44 off
complete_fullquote on
direxpand off
dirspell off
dotglob off
execfail off
expand_aliases on
extdebug off
extglob on
extquote on
failglob off
force_fignore on
globasciiranges on
globskipdots on
globstar on
gnu_errfmt off
histappend on
histreedit off
histverify off
hostcomplete off
huponexit off
inherit_errexit off
interactive_comments on
lastpipe off
lithist off
localvar_inherit off
localvar_unset off
login_shell off
mailwarn off
no_empty_cmd_completion off
nocaseglob off
nocasematch off
noexpand_translation off
nullglob off
patsub_replacement on
progcomp on
progcomp_alias off
promptvars on
restricted_shell off
shift_verbose off
sourcepath on
varredir_close off
xpg_echo off