zsh: add noglob example (#8179)
* zsh: add noglob example Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
@@ -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}}`
|
||||
|
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user