The shell (command interpreter) with C-like syntax. See also: `tcsh`.
Start an interactive shell session
csh
Start an interactive shell session [f]aster without loading startup configs
csh -f
Execute specific [c]ommands
csh -c "echo 'csh is executed'"
Execute a specific script
csh path/to/script.csh