zsh: add noglob example (#8179)

* zsh: add noglob example

Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
pull/1/head
marchersimon 2022-07-18 08:20:16 +02:00 committed by GitHub
parent 160b91ce95
commit 30ec44ef43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -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}}`

View File

@ -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}}`