to access the value of an environment variable 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