hello,
I was wondering what is the command to display the shell type?
much thanks
hello,
I was wondering what is the command to display the shell type?
much thanks
to get the current shell :
echo $0
thank you
I just found out echo $SHELL works too.
Be careful with $SHELL.