Shell Commands/Unset

From MorphOS Library

Revision as of 14:35, 3 March 2015 by JPV (talk | contribs) (Created page with "'''UnSet''' - Removes a local variable NAME <nowiki> NAME - Name of the local variable to remove</nowiki> UnSet removes the named local variable from the variable list for t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Shell Commands

UnSet - Removes a local variable

NAME

NAME - Name of the local variable to remove

UnSet removes the named local variable from the variable list for the current process.

NOTE: With no arguments, UNSET lists the current variables.

See also: Set, UnSetEnv and SetEnv commands.