Difference between revisions of "Shell Commands/Unset"
From MorphOS Library
(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...") |
(No difference)
|
Latest revision as of 12:35, 3 March 2015
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.