mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
fish: add German translation
This commit is contained in:
parent
00e7938c99
commit
1efcde225f
1 changed files with 29 additions and 0 deletions
29
pages.de/common/fish.md
Normal file
29
pages.de/common/fish.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
# fish
|
||||
|
||||
> The Friendly Interactive SHell.
|
||||
> Eine benutzerfreundliche Eingabeaufforderung.
|
||||
> Mehr Informationen: <https://fishshell.com>.
|
||||
|
||||
- Starte interaktive Eingabeaufforderung:
|
||||
|
||||
`fish`
|
||||
|
||||
- Führe einen Befehl aus:
|
||||
|
||||
`fish -c "{{befehl}}"`
|
||||
|
||||
- Führe Befehle von Datei aus:
|
||||
|
||||
`fish {{datei.fish}}`
|
||||
|
||||
- Überprüfe eine Datei auf Syntax Fehler:
|
||||
|
||||
`fish --no-execute {{datei.fish}}`
|
||||
|
||||
- Zeige Informationen über derzeitige Version und schließe:
|
||||
|
||||
`fish --version`
|
||||
|
||||
- Setze und exportiere Umgebungsvariabeln die nach einem Neustart weiter bestehen:
|
||||
|
||||
`set -Ux {{variable_name}} {{variable_wert}}`
|
Loading…
Add table
Reference in a new issue