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

committed by
Starbeamrainbowlabs

parent
eb0a1aebd4
commit
65264bc826
21
pages.fr/common/ksh.md
Normal file
21
pages.fr/common/ksh.md
Normal 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}}`
|
Reference in New Issue
Block a user