tcsh

Enhanced C shell with improved command-line editing and history

brewmacoslinux
Try with needOr install directly
Source

About

Enhanced, fully compatible version of the Berkeley C shell

Commands

tcsh

Examples

Start an interactive tcsh shell session$ tcsh
Execute a tcsh script file$ tcsh script.tcsh
Run a single tcsh command without starting interactive shell$ tcsh -c 'echo $PATH'