mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
zsh: add German translation
This commit is contained in:
parent
db61bba6e7
commit
00e7938c99
1 changed files with 21 additions and 0 deletions
21
pages.de/common/zsh.md
Normal file
21
pages.de/common/zsh.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# zsh
|
||||
|
||||
> Z SHell.
|
||||
> Mit `bash` und `sh` kompatible Eingabeaufforderung.
|
||||
> Mehr Informationen: <https://www.zsh.org>.
|
||||
|
||||
- Starte interaktive Eingabeaufforderung:
|
||||
|
||||
`zsh`
|
||||
|
||||
- Führe Parameter als Befehl aus:
|
||||
|
||||
`zsh -c {{befehl}}`
|
||||
|
||||
- Führe Befehle aus datei aus (Script):
|
||||
|
||||
`zsh {{datei}}`
|
||||
|
||||
- Führe Befehle aus Datei aus und schreibe die Befehle zur Konsole:
|
||||
|
||||
`zsh -x {{datei}}`
|
Loading…
Add table
Reference in a new issue