shells (bash, dash, fish, ksh, sh, zsh & histexpand): add French translation

This commit is contained in:
Neluji
2021-10-15 17:27:57 +02:00
committed by Starbeamrainbowlabs
parent eb0a1aebd4
commit 65264bc826
7 changed files with 196 additions and 0 deletions

21
pages.fr/common/ksh.md Normal file
View File

@@ -0,0 +1,21 @@
# ksh
> Korn SHell, un interpréteur de ligne de commande compatible avec Bash.
> Voir aussi `histexpand` pour l'expansion de l'historique.
> Plus d'informations : <http://kornshell.com>.
- Démarrer une session shell interactive :
`ksh`
- Exécuter une commande, puis terminer la session :
`ksh -c "{{commande}}"`
- Exécuter un script :
`ksh {{chemin/vers/le/script.ksh}}`
- Exécuter un script en affichant chaque commande avant de l'exécuter :
`ksh -x {{chemin/vers/le/script.ksh}}`