sbase/printenv.1

31 lines
496 B
Groff
Raw Permalink Normal View History

.Dd 2016-03-30
.Dt PRINTENV 1
.Os sbase
2015-01-30 17:25:12 -05:00
.Sh NAME
.Nm printenv
2015-01-31 18:23:38 -05:00
.Nd print the environment or values of variables
2015-01-30 17:25:12 -05:00
.Sh SYNOPSIS
.Nm
.Op Ar var ...
.Sh DESCRIPTION
.Nm
2015-01-31 18:23:38 -05:00
prints the entire environment as key=value pairs if no
2015-01-30 17:25:12 -05:00
.Ar var
is given.
Otherwise,
2015-01-30 17:25:12 -05:00
.Nm
2015-01-31 18:23:38 -05:00
prints only the value of each
.Ar var
one per line in the order specified.
2018-11-20 17:33:13 -05:00
.Sh EXIT STATUS
.Bl -tag -width Ds
.It 0
Successful completion.
.It 1
One or more queried variables were not found.
.It > 1
An error occurred.
.El
2015-01-30 17:25:12 -05:00
.Sh SEE ALSO
.Xr env 1