NAME

printenv — print all or part of environment

SYNOPSIS

printenv [OPTION]... [VARIABLE]...

DESCRIPTION

Print values of the specified environment VARIABLE(s). If none is provided, print name and value pairs for all ENV_VARS.

-h, --help 
  display help and exit
-v, --version 
  output version information and exit

BUGS

See GitHub Issues: https://github.com/takashiidobe/libc/issues

AUTHOR

Takashi Idobe mail@takashiidobe.com

SEE ALSO

getenv(1)