Answers for "print env variables"

11

linux view environment variables

printenv
Posted by: Guest on May-27-2020
0

print env variables

# to print all variables
printenv

# to print one of them e.g HOME
echo $HOME
Posted by: Guest on August-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language