1PRINTENV(1) General Commands Manual PRINTENV(1)
23
4
NAME
6printenv - print out the environment
7
SYNOPSIS
9printenv [ name ]
10
DESCRIPTION
12Printenv prints out the values of the variables in the environment. If
13a name is specified, only its value is printed.
1415
If a name is specified and it is not defined in the environment, printā
16env returns exit status 1, else it returns status 0.
17
SEE ALSO
19sh(1), environ(7), csh(1)
2021
22
23
3rd Berkeley Distribution April 29, 1985 PRINTENV(1)