Is there any command to know which shell u r currently working and how to shift between k shell to c shell ,like wise
echo $SHELL will give you the current shell you are working with. Also if you want to switch to kshell just type ksh and similarly csh for c shell.