zsh: add German translation

This commit is contained in:
b3nj4m1n 2020-07-02 16:35:06 +02:00 committed by Zlatan Vasović
parent db61bba6e7
commit 00e7938c99

21
pages.de/common/zsh.md Normal file
View 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}}`