how to list all the environmental variables in linux 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