1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.fr/common/csh.md
879hun675tgfoO098 6790184636
csh: add French translation (#10702)
* csh: add French translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-10 22:05:14 +05:30

21 lines
483 B
Markdown

# csh
> Le shell (interprèteur de commandes) affiche une syntaxe proche de C.
> Voir aussi : `tcsh`.
> Plus d'informations : <https://www.mkssoftware.com/docs/man1/csh.1.asp>.
- Démarrer une session interactive:
`csh`
- Démarrer une session interactive sans prendre en compte le fichier de configuration au démarrage:
`csh -f`
- Exécuter une commande:
`csh -c "{{echo 'Exécution de la commande echo par csh'}}"`
- Exécuter un script:
`csh {{chemin/vers/script.csh}}`