diff --git a/pages.de/common/zsh.md b/pages.de/common/zsh.md index 2018b62273..cba5dd2955 100644 --- a/pages.de/common/zsh.md +++ b/pages.de/common/zsh.md @@ -23,3 +23,7 @@ - Starte eine interaktive Eingabeaufforderung, in der jeder Befehl ausgegeben wird, bevor er ausgeführt wird: `zsh --verbose` + +- Führe einen Befehl innerhalb von `zsh` mit ausgeschalteten Glob-Mustern aus: + +`noglob {{befehl}}` diff --git a/pages/common/zsh.md b/pages/common/zsh.md index 0f35e90ca6..67b6bd98b8 100644 --- a/pages/common/zsh.md +++ b/pages/common/zsh.md @@ -23,3 +23,7 @@ - Start an interactive shell session in verbose mode, printing each command before executing it: `zsh --verbose` + +- Execute a specific command inside `zsh` with disabled glob patterns: + +`noglob {{command}}`