morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

printenv.1 (388B)


      1 .TH PRINTENV 1 sbase\-VERSION
      2 .SH NAME
      3 printenv \- print out the environment or the values of specific variables.
      4 .SH SYNOPSIS
      5 .B printenv
      6 .RB [ var... ]
      7 .SH DESCRIPTION
      8 .B printenv
      9 prints the entire environment as key=values pairs when
     10 no
     11 .IR var
     12 is specified. Otherwise, in the order specified,
     13 .B printenv
     14 prints the value only of each
     15 .IR var,
     16 one per line.
     17 
     18 .SH SEE ALSO
     19 .IR env (1)