home *** CD-ROM | disk | FTP | other *** search
- PRINTENV
-
- NAME
- printenv - display value of a shell variable
-
- SYNTAX
- printenv [ name [name ...] ]
-
- DESCRIPTION
- The printenv command prints out the values of the variables in
- the environment. If names are specified, the values of those
- names only are printed, one per line. Otherwise all environment
- variables, and their values, are printed.
-
- If any names are specified, then the exit status is the number of
- names which did NOT appear in the environment. If all supplied
- names are found, or there are no names the exit status is 0.
-
- AUTHOR
- RAMontante, 89.05.07