PRINTENV(1) General Commands Manual PRINTENV(1)

printenvwrite out the environment

printenv [name]

The printenv utility writes the value of the environment variable name, to the standard output. If no argument is specified, printenv writes the current environment, with one name=value pair per line, to the standard output.

The printenv utility exits 0 on success, and >0 if an error occurs.

env(1)

March 15, 2020 EltaninOS