From 9fad185656a3dc53fd7747f6224eed51f5e25565 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Sun, 5 Jun 2022 15:15:56 +1000 Subject: [PATCH] csh: refresh page (#7986) --- pages/common/csh.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/common/csh.md b/pages/common/csh.md index 6e6c3ae43e..186bb3adf2 100644 --- a/pages/common/csh.md +++ b/pages/common/csh.md @@ -1,6 +1,7 @@ # csh > The shell (command interpreter) with C-like syntax. +> See also: `tcsh`. > More information: . - Start an interactive shell session: @@ -11,10 +12,10 @@ `csh -f` -- Execute a [c]ommand: +- Execute specific [c]ommands: -`csh -c "{{command}}"` +`csh -c "{{echo 'csh is executed'}}"` -- Execute a script: +- Execute a specific script: `csh {{path/to/script.csh}}`