how to find in which shell i am working..

Hi Friends,

I am new for this site.i have a small query.plz let me know the command to find in which shell presently i am working.

ps

this question had been answered already

could you please try searching the forums ! :slight_smile:

This will give you the current shell

echo $0

This will give you the login SHELL

echo $SHELL
2 Likes