As we've seen in some examples so far, we can use the echo command to view an environment variable.
echo
Great! We just write the variable's name after echo.
Wouldn't that just display "SHELL" in the Terminal output?
"SHELL"