zsh: add German translation
This commit is contained in:
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}}`
|
Reference in New Issue
Block a user