Getting Meta Information in Bash
Explore the commands used to retrieve details about Shell and meta information about commands.
We'll cover the following...
Finding Out Your Default Shell
To find out what your default interpreter is, type this in the command window:
Press + to interact
ps $$
The following sample output shows that we are ...