how to check all your environment variables shell code example
Example: show env in bash
#show all variable
printenv
#result one variable
echo $LOCALAPPDATA
#show all variable
printenv
#result one variable
echo $LOCALAPPDATA