Shopt: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
|||
(14 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
'''shopt''' - '''Sh'''ell '''Opt'''ions | |||
== Beschreibung == | |||
{| class="wikitable options" | {| class="wikitable options sortable" | ||
! Option || Status || Beschreibung | |||
|- | |- | ||
| autocd || off | | autocd || off || | ||
|- | |- | ||
| assoc_expand_once || off | | assoc_expand_once || off || | ||
|- | |- | ||
| cdable_vars || off | | cdable_vars || off || | ||
|- | |- | ||
| cdspell || off | | cdspell || off || | ||
|- | |- | ||
| checkhash || off | | checkhash || off || | ||
|- | |- | ||
| checkjobs || off | | checkjobs || off || | ||
|- | |- | ||
| checkwinsize || on | | checkwinsize || on || | ||
|- | |- | ||
| cmdhist || on | | cmdhist || on || | ||
|- | |- | ||
| compat31 || off | | compat31 || off || | ||
|- | |- | ||
| compat32 || off | | compat32 || off || | ||
|- | |- | ||
| compat40 || off | | compat40 || off || | ||
|- | |- | ||
| compat41 || off | | compat41 || off || | ||
|- | |- | ||
| compat42 || off | | compat42 || off || | ||
|- | |- | ||
| compat43 || off | | compat43 || off || | ||
|- | |- | ||
| compat44 || off | | compat44 || off || | ||
|- | |- | ||
| complete_fullquote || on | | complete_fullquote || on || | ||
|- | |- | ||
| direxpand || off | | direxpand || off || | ||
|- | |- | ||
| dirspell || off | | dirspell || off || | ||
|- | |- | ||
| dotglob || off | | dotglob || off || | ||
|- | |- | ||
| execfail || off | | execfail || off || | ||
|- | |- | ||
| expand_aliases | | expand_aliases || on || | ||
|- | |- | ||
| extdebug || off | | extdebug || off || | ||
|- | |- | ||
| extglob || on | | extglob || on || | ||
|- | |- | ||
| extquote || on | | extquote || on || | ||
|- | |- | ||
| failglob || off | | failglob || off || | ||
|- | |- | ||
| force_fignore || on | | force_fignore || on || | ||
|- | |- | ||
| globasciiranges on | | globasciiranges || on || | ||
|- | |- | ||
| globskipdots || on | | globskipdots || on || | ||
|- | |- | ||
| globstar || on | | globstar || on || | ||
|- | |- | ||
| gnu_errfmt || off | | gnu_errfmt || off || | ||
|- | |- | ||
| histappend || on | | histappend || on || | ||
|- | |- | ||
| histreedit || off | | histreedit || off || | ||
|- | |- | ||
| histverify || off | | histverify || off || | ||
|- | |- | ||
| hostcomplete || off | | hostcomplete || off || | ||
|- | |- | ||
| huponexit || off | | huponexit || off || | ||
|- | |- | ||
| inherit_errexit off | | inherit_errexit || off || | ||
|- | |- | ||
| interactive_comments || on | | interactive_comments || on || | ||
|- | |- | ||
| lastpipe || off | | lastpipe || off || | ||
|- | |- | ||
| lithist || off | | lithist || off || | ||
|- | |- | ||
| localvar_inherit || off | | localvar_inherit || off || | ||
|- | |- | ||
| localvar_unset | | localvar_unset || off || | ||
|- | |- | ||
| login_shell || off | | login_shell || off || | ||
|- | |- | ||
| mailwarn || off | | mailwarn || off || | ||
|- | |- | ||
| no_empty_cmd_completion off | | no_empty_cmd_completion || off || | ||
|- | |- | ||
| nocaseglob || off | | nocaseglob || off || | ||
|- | |- | ||
| nocasematch || off | | nocasematch || off || | ||
|- | |- | ||
| noexpand_translation || off | | noexpand_translation || off || | ||
|- | |- | ||
| nullglob || off | | nullglob || off || | ||
|- | |- | ||
| patsub_replacement || on | | patsub_replacement || on || | ||
|- | |- | ||
| progcomp || on | | progcomp || on || | ||
|- | |- | ||
| progcomp_alias | | progcomp_alias || off || | ||
|- | |- | ||
| promptvars || on | | promptvars || on || | ||
|- | |- | ||
| restricted_shell || off | | restricted_shell || off || | ||
|- | |- | ||
| shift_verbose || off | | shift_verbose || off || | ||
|- | |- | ||
| sourcepath || on | | sourcepath || on || | ||
|- | |- | ||
| varredir_close | | varredir_close || off || | ||
|- | |- | ||
| xpg_echo || off | | xpg_echo || off || | ||
|} | |} | ||
== Installation == | |||
<syntaxhighlight lang="bash" highlight="1" line> | |||
</syntaxhighlight> | |||
== Aufruf == | |||
<syntaxhighlight lang="bash" highlight="1" line> | |||
shopt | |||
</syntaxhighlight> | |||
=== Optionen === | |||
=== Parameter === | |||
=== Umgebungsvariablen === | |||
=== Exit-Status === | |||
== Anwendung == | |||
=== Problembehebung === | |||
== Konfiguration == | |||
=== Dateien === | |||
<noinclude> | |||
== Anhang == | |||
=== Siehe auch === | |||
{{Special:PrefixIndex/{{BASEPAGENAME}}}} | |||
==== Dokumentation ==== | |||
===== Man-Page ===== | |||
===== Info-Pages ===== | |||
==== Links ==== | |||
===== Projekt ===== | |||
===== Weblinks ===== | |||
</noinclude> | |||
{{DISPLAYTITLE:shopt}} | |||
{{SORTIERUNG:shopt}} | {{SORTIERUNG:shopt}} | ||
[[Kategorie:Bash/Konfiguration]] | [[Kategorie:Bash/Konfiguration]] | ||
[[Kategorie:Linux/Befehl]] | [[Kategorie:Linux/Befehl]] | ||
[[Kategorie:Bash/Builtin]] |
Aktuelle Version vom 14. Dezember 2024, 12:39 Uhr
shopt - Shell Options
Beschreibung
Option | Status | Beschreibung |
---|---|---|
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 |
Installation
Aufruf
shopt