NAME
printenv — print out the environment
DESCRIPTION
printenv
prints out the values of the variables in the environment.
If a
name
is specified, only its value is printed.
RETURN VALUE
If a
name
is specified and it is not defined in the environment,
printenv
returns 1; otherwise it returns zero.