NAME
	unsetenv

SYNOPSIS
	unsetenv NAME

DESCRIPTION
	unsets the value of the environment variable whose name is NAME. 

	For example,

	unsetenv COUNT,

	will unset the value of environment variable COUNT.

See Also: 
	setenv, getenv

