diff --git a/pages/common/csh.md b/pages/common/csh.md new file mode 100644 index 0000000000..6e6c3ae43e --- /dev/null +++ b/pages/common/csh.md @@ -0,0 +1,20 @@ +# csh + +> The shell (command interpreter) with C-like syntax. +> More information: . + +- Start an interactive shell session: + +`csh` + +- Start an interactive shell session without loading startup configs: + +`csh -f` + +- Execute a [c]ommand: + +`csh -c "{{command}}"` + +- Execute a script: + +`csh {{path/to/script.csh}}`