Results 1 to 2 of 2
Hi,
Can some one tell with which shell am I working with (Bash,Csh, tcsh etc)?
Is there any command to check ?
Thanks,
Rajesh....
- 04-06-2009 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 17
Which shell am I in ?
Hi,
Can some one tell with which shell am I working with (Bash,Csh, tcsh etc)?
Is there any command to check ?
Thanks,
Rajesh.
- 04-06-2009 #2orCode:
echo $SHELL
Code:ps -p $$


Reply With Quote