unset - Unset an environment variable


unset [-h] <variables>

A variable environment is maintained by the command interpreter. The "set" command sets a variable to a particular value, and the "unset" command removes the definition of a variable.

Command options:

-h
Print the command usage.
<variables>
Variables to be unset

Last updated on 990908 16h51