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/sh.md Normal file
View File

@@ -0,0 +1,21 @@
# sh
> Bourne SHell, l'interpréteur de ligne de commande classique.
> Voir aussi `histexpand` pour l'expansion de l'historique.
> Plus d'informations : <https://manned.org/sh>.
- Démarrer une session shell interactive :
`sh`
- Exécuter une commande, puis terminer la session :
`sh -c "{{commande}}"`
- Exécuter un script :
`sh {{chemin/vers/le/script.sh}}`
- Lire et exécuter des commandes depuis l'entrée standard `stdin` :
`sh -s`