NAME
	getenv

SYNOPSIS
	getenv variable

DESCRIPTION
	getenv command gets the value corresponding to the specified 
	environment variable. The value is printed on the screen.

See Also:
	setenv, unsetenv

