tar, wc, zsh: update French translation (#9548)

* tar: update French translation

* wc: update French translation

* zsh: update French translation

* tar: update French translation

* tar: update French translation

* tar: update French translation

* tar: update French translation

* tar: update French translation

* tar: update French translation

* tar: update French translation

* zsh: update French translation
This commit is contained in:
Mia Combeau
2022-11-28 20:23:59 +01:00
committed by GitHub
parent 70e2ec60cf
commit fb32bd7387
3 changed files with 30 additions and 18 deletions

View File

@@ -14,12 +14,16 @@
- Exécute un script :
`zsh {{chemin/vers/le/script.zsh}}`
`zsh {{chemin/vers/script.zsh}}`
- Exécute un script en affichant chaque commande avant de l'exécuter :
`zsh --xtrace {{path/to/script.zsh}}`
`zsh --xtrace {{chemin/vers/script.zsh}}`
- Démarre une session shell interactive en mode verbeux, qui affiche chaque commande avant de l'exécuter :
`zsh --verbose`
- Exécute une commande spécifique dans `zsh` sans motifs génériques d'expansion des noms de fichier :
`noglob "{{command}}"`