How to know which shell you are using in unix or linux ?
$SHELL variable.
echo $SHELL
/usr/local/bin/tcsh
$0
echo $0
-tcsh
ps command
ps -p $$
PID TTY TIME CMD
17762 pts/56 0:00 tcsh-6.1