BSD 2 development
[unix-history] / man / printenv.u
CommitLineData
8c95d292
BJ
1.TH PRINTENV UCB 2/24/79 UCB
2.SH NAME
3printenv \- print out the environment
4.SH SYNOPSIS
5.B printenv
6[ name ]
7.SH DESCRIPTION
8.I Printenv
9prints out the values of the variables in the environment.
10If a
11.I name
12is specified, only its
13value is printed.
14.PP
15If a
16.I name
17is specified and it is not defined in the environment,
18.I printenv
19returns exit status 1, else it returns status 0.
20.SH SEE ALSO
21sh(1), environ(5), csh(UCB)
22.SH BUGS