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/sh.md
Normal file
21
pages.fr/common/sh.md
Normal 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`
|
Reference in New Issue
Block a user