commands.sh

csh

all

The shell (command interpreter) with C-like syntax. See also: `tcsh`.

More info →

Examples (4)

Start an interactive shell session

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
made by @shridhargupta | data from tldr-pages