Find the current shell
suggest changeThere are a few ways to determine the current shell
echo $0
ps -p $$
echo $SHELL
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents
There are a few ways to determine the current shell
echo $0
ps -p $$
echo $SHELL