Answers for "bash get list of environment variables"

2

bash list environment variables

printenv
printenv | less
printenv | more
Posted by: Guest on May-27-2021
0

Command to print list of environment variables in bash

$ printenv
Posted by: Guest on April-09-2022

Code answers related to "bash get list of environment variables"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language