Adding some utilities.

Thanks "Galos, David" <galosd83@students.rowan.edu>!
This commit is contained in:
Christoph Lohmann
2013-05-30 21:29:56 +02:00
parent c9aac796c8
commit 2c162042b1
9 changed files with 131 additions and 14 deletions

19
printenv.1 Normal file
View File

@@ -0,0 +1,19 @@
.TH PRINTENV 1 sbase\-VERSION
.SH NAME
printenv \- print out the environment or the values of specific variables.
.SH SYNOPSIS
.B printenv
.RB [ var... ]
.SH DESCRIPTION
.B printenv
prints the entire environment as key=values pairs when
no
.IR var
is specified. Otherwise, in the order specified,
.B printenv
prints the value only of each
.IR var,
one per line.
.SH SEE ALSO
.IR env (1)