From 67901846361323b8395e2110c5e2f06168a20cc2 Mon Sep 17 00:00:00 2001 From: 879hun675tgfoO098 <38139172+879hun675tgfoO098@users.noreply.github.com> Date: Sun, 10 Sep 2023 18:35:14 +0200 Subject: [PATCH] csh: add French translation (#10702) * csh: add French translation --------- Co-authored-by: K.B.Dharun Krishna --- pages.fr/common/csh.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages.fr/common/csh.md diff --git a/pages.fr/common/csh.md b/pages.fr/common/csh.md new file mode 100644 index 000000000..89f76e224 --- /dev/null +++ b/pages.fr/common/csh.md @@ -0,0 +1,21 @@ +# csh + +> Le shell (interprèteur de commandes) affiche une syntaxe proche de C. +> Voir aussi : `tcsh`. +> Plus d'informations : . + +- 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}}`