printenv#
printenv
command display environment variables. It can be used to print all environment variables or
to display the value of specific variables.
Usage#
printenv [VARIABLE]...
VARIABLE
: Specifies the name of the environment variable whose value is to be printed. If noVARIABLE
is provided,printenv
prints all environment variables and their values