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}}`