5. Using the `env` command, determine the value of the `SHELL` variable. What does this variable value indicate? Use the `bash` documentation to find this out. code example
Example 1: env variable bash
#print enviornment variable bash
echo $TEST_VAR
Example 2: env variable bash
#Set envionrment variable bash
TEST_VAR='Hello World!'