2015-01-30 22:25:12 +00:00
|
|
|
.Dd January 30, 2015
|
2015-01-31 13:20:02 +00:00
|
|
|
.Dt PRINTENV 1
|
2015-01-30 22:25:12 +00:00
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm printenv
|
|
|
|
.Nd print out the environment or the values of specific variables.
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Ar var ...
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2013-05-30 19:29:56 +00:00
|
|
|
prints the entire environment as key=values pairs when
|
2013-07-20 05:27:42 +00:00
|
|
|
no
|
2015-01-30 22:25:12 +00:00
|
|
|
.Ar var
|
2013-07-20 05:27:42 +00:00
|
|
|
is specified. Otherwise, in the order specified,
|
2015-01-30 22:25:12 +00:00
|
|
|
.Nm
|
2013-05-30 19:29:56 +00:00
|
|
|
prints the value only of each
|
2015-01-30 22:25:12 +00:00
|
|
|
.Ar var ,
|
2013-05-30 19:29:56 +00:00
|
|
|
one per line.
|
2015-01-30 22:25:12 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr env 1
|