1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-11 08:35:41 +02:00

fish: refresh translation pages (#17377)

This commit is contained in:
Nelson Figueroa 2025-07-26 06:05:45 -07:00 committed by GitHub
parent 32eaf30c80
commit ab31a637d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 29 additions and 29 deletions

View file

@ -2,7 +2,7 @@
> The Friendly Interactive SHell.
> Eine benutzerfreundliche Eingabeaufforderung.
> Weitere Informationen: <https://fishshell.com>.
> Weitere Informationen: <https://fishshell.com/docs/current/cmds/fish.html>.
- Starte eine interaktive Shell-Sitzung:
@ -10,11 +10,11 @@
- Starte eine interaktive Shell-Sitzung ohne die Start-Konfiguration zu laden:
`fish --no-config`
`fish {{[-N|--no-config]}}`
- Führe einen bestimmten Befehl aus:
`fish --command "{{echo 'fish wird ausgeführt'}}"`
`fish {{[-c|--command]}} "{{echo 'fish wird ausgeführt'}}"`
- Führe ein bestimmtes Skript aus:
@ -22,12 +22,12 @@
- Überprüfe ein bestimmtes Skript auf Syntaxfehler:
`fish --no-execute {{pfad/zu/skript.fish}}`
`fish {{[-N|--no-execute]}} {{pfad/zu/skript.fish}}`
- Starte eine private, interaktive Shell-Sitzung, in der fish weder auf die Shell-History zugreift, noch diese verändert:
`fish --private`
`fish {{[-P|--private]}}`
- Definiere und exportiere eine Umgebungsvariable, die über mehrere Shell-Neustarts hinweg existiert (builtin):
`set --universal --export {{variablenname}} {{variablenwert}}`
`set {{[-U|--universal]}} {{[-x|--export]}} {{variablenname}} {{variablenwert}}`

View file

@ -1,7 +1,7 @@
# fish
> Friendly Interactive SHell, un interpréteur de ligne de commande, conçu pour être facile à utiliser.
> Plus d'informations : <https://fishshell.com>.
> Plus d'informations : <https://fishshell.com/docs/current/cmds/fish.html>.
- Démarre une session shell interactive :
@ -9,7 +9,7 @@
- Exécute une commande, puis termine la session :
`fish -c "{{commande}}"`
`fish {{[-c|--command]}} "{{commande}}"`
- Exécute un script :
@ -17,15 +17,15 @@
- Vérifie les erreurs de syntaxe dans un script :
`fish --no-execute {{chemin/vers/le/script.fish}}`
`fish {{[-N|--no-execute]}} {{chemin/vers/le/script.fish}}`
- Démarre une session shell interactive en mode privé, dans laquelle le shell n'a pas accès à l'historique et n'y écrit rien :
`fish --private`
`fish {{[-P|--private]}}`
- Affiche les informations de version :
`fish --version`
`fish {{[-v|--version]}}`
- Ajoute et exporte une variable d'environnement, qui persiste entre les redémarrages du shell (à exécuter depuis le shell uniquement) :

View file

@ -1,7 +1,7 @@
# fish
> 사용자 친화적으로 설계된 명령줄 해석기인 Friendly Interactive SHell입니다.
> 더 많은 정보: <https://fishshell.com>.
> 더 많은 정보: <https://fishshell.com/docs/current/cmds/fish.html>.
- 대화형 쉘 세션을 시작:
@ -9,11 +9,11 @@
- 시작 구성을 로드하지 않고 대화형 쉘 세션을 시작:
`fish --no-config`
`fish {{[-N|--no-config]}}`
- 특정 명령을 실행:
`fish --command "{{echo 'fish is executed'}}"`
`fish {{[-c|--command]}} "{{echo 'fish is executed'}}"`
- 특정 스크립트를 실행:
@ -21,7 +21,7 @@
- 구문 오류가 있는지 특정 스크립트를 확인:
`fish --no-execute {{경로/대상/스크립트.fish}}`
`fish {{[-N|--no-execute]}} {{경로/대상/스크립트.fish}}`
- `stdin`에서 특정 명령을 실행:
@ -29,8 +29,8 @@
- 쉘이 이전 기록에 액세스하거나 새 기록을 저장하지 않는 비공개 모드에서 대화형 쉘 세션을 시작:
`fish --private`
`fish {{[-P|--private]}}`
- 쉘을 다시 시작해도 지속되는 환경 변수를 정의하고 내보냄 (기본 제공):
`set --universal --export {{변수_이름}} {{변수_값}}`
`set {{[-U|--universal]}} {{[-x|--export]}} {{변수_이름}} {{변수_값}}`

View file

@ -1,7 +1,7 @@
# fish
> De Friendly Interactive SHell, een commandoregel-interpreteerder die is ontworpen voor gebruiksvriendelijkheid.
> Meer informatie: <https://fishshell.com>.
> Meer informatie: <https://fishshell.com/docs/current/cmds/fish.html>.
- Start een interactieve shell sessie:
@ -9,11 +9,11 @@
- Start een interactieve shell sessie zonder opstartconfiguraties te laden:
`fish --no-config`
`fish {{[-N|--no-config]}}`
- Voer specifieke commando's uit:
`fish --command "{{echo 'fish is executed'}}"`
`fish {{[-c|--command]}} "{{echo 'fish is executed'}}"`
- Voer een specifiek script uit:
@ -21,7 +21,7 @@
- Controleer een specifiek script op syntax fouten:
`fish --no-execute {{pad/naar/script.fish}}`
`fish {{[-N|--no-execute]}} {{pad/naar/script.fish}}`
- Voer specifieke commando's uit van `stdin`:
@ -29,8 +29,8 @@
- Start een interactieve shell sessie in privémodus, waarbij de shell geen toegang heeft tot oude geschiedenis of nieuwe geschiedenis opslaat:
`fish --private`
`fish {{[-P|--private]}}`
- Definieer en exporteer een omgevingsvariabele die blijft na het herstarten van de shell (ingebouwd):
`set --universal --export {{variabele_naam}} {{variabele_waarde}}`
`set {{[-U|--universal]}} {{[-x|--export]}} {{variabele_naam}} {{variabele_waarde}}`

View file

@ -1,7 +1,7 @@
# fish
> The Friendly Interactive SHell, 一个设计为用户友好的命令行解释器。
> 更多信息:<https://fishshell.com>.
> 更多信息:<https://fishshell.com/docs/current/cmds/fish.html>.
- 启动交互式 shell 会话:
@ -9,11 +9,11 @@
- 启动不加载启动配置的交互式 shell 会话:
`fish --no-config`
`fish {{[-N|--no-config]}}`
- 执行特定命令:
`fish --command "{{echo 'fish is executed'}}"`
`fish {{[-c|--command]}} "{{echo 'fish is executed'}}"`
- 执行特定脚本:
@ -21,7 +21,7 @@
- 检查特定脚本是否有语法错误:
`fish --no-execute {{路径/到/脚本.fish}}`
`fish {{[-N|--no-execute]}} {{路径/到/脚本.fish}}`
- 从 `stdin` 执行特定命令:
@ -29,8 +29,8 @@
- 在专用模式下启动交互式 shell 会话,其中 shell 不会访问旧历史记录或保存新历史记录:
`fish --private`
`fish {{[-P|--private]}}`
- 定义并导出一个在 shell 重启后持续存在的环境变量(内置):
`set --universal --export {{变量名}} {{变量值}}`
`set {{[-U|--universal]}} {{[-x|--export]}} {{变量名}} {{变量值}}`