shells (bash, dash, fish, ksh, sh, zsh & histexpand): add French translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
eb0a1aebd4
commit
65264bc826
25
pages.fr/common/zsh.md
Normal file
25
pages.fr/common/zsh.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# zsh
|
||||
|
||||
> Z SHell, un interpréteur de ligne de commande compatible avec Bash.
|
||||
> Voir aussi `histexpand` pour l'expansion de l'historique.
|
||||
> Plus d'informations : <https://www.zsh.org>.
|
||||
|
||||
- Démarrer une session shell interactive :
|
||||
|
||||
`zsh`
|
||||
|
||||
- Exécuter une commande, puis terminer la session :
|
||||
|
||||
`zsh -c "{{commande}}"`
|
||||
|
||||
- Exécuter un script :
|
||||
|
||||
`zsh {{chemin/vers/le/script.zsh}}`
|
||||
|
||||
- Exécuter un script en affichant chaque commande avant de l'exécuter :
|
||||
|
||||
`zsh --xtrace {{path/to/script.zsh}}`
|
||||
|
||||
- Démarrer une session shell interactive en mode verbeux, qui affiche chaque commande avant de l'exécuter :
|
||||
|
||||
`zsh --verbose`
|
Reference in New Issue
Block a user