- $HOME
- $0
- $BASH_VERSION
- $version
- $SHELL
Information about the shell
echo $HOME echo $0 Current shell. echo $BASH_VERSION echo $version In csh like shells such as tcsh. echo $SHELL The default shell of the user.
echo $HOME echo $0 Current shell. echo $BASH_VERSION echo $version In csh like shells such as tcsh. echo $SHELL The default shell of the user.