freebsd man page for printenv

Query: printenv

OS: freebsd

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PRINTENV(1)						    BSD General Commands Manual 					       PRINTENV(1)

NAME
printenv -- print out the environment
SYNOPSIS
printenv [name]
DESCRIPTION
The printenv utility prints out the names and values of the variables in the environment, with one name/value pair per line. If name is specified, only its value is printed. Some shells may provide a builtin printenv command which is similar or identical to this utility. Consult the builtin(1) manual page.
EXIT STATUS
The printenv utility exits 0 on success, and >0 if an error occurs.
SEE ALSO
csh(1), env(1), sh(1), environ(7)
STANDARDS
The printenv utility is provided for compatibility with earlier BSD and FreeBSD releases and is not specified by any standards. The func- tionality of printenv can be duplicated with the echo(1) and env(1) utilities.
HISTORY
The printenv command appeared in 3.0BSD.
BSD
May 12, 2003 BSD
Related Man Pages
printenv(1b) - opensolaris
printenv(1) - linux
printenv(1) - centos
printenv(1) - suse
printenv(1) - freebsd
Similar Topics in the Unix Linux Community
BSD Release: DragonFly BSD 2.0
BSD Release: PC-BSD 7.0
BSD Release: DragonFly BSD 2.2
How to print something in make utility
script similar to rm utility