How To Get Shell Type and Version In Linux?
While using remote sessions we may need to know the type and version of the remote shell. Bash is popular but there may be different shells like sh, csh, ksh etc. Using $SHELL Variable Shells provide environment variables to give information about the shell and the environment. $SHELLenvironment variable can be used to get current … Read more