Start an interactive shell session
Start an interactive shell session without loading startup configs
Execute specific [c]ommands
tcsh -c "echo 'tcsh is executed'"Execute a specific script
Check a specific script for syntax errors
tcsh -n path/to/script.tcshExecute specific commands from `stdin`
echo "echo 'tcsh is executed'" | tcsh