unset [ -fv ] [ name ... ]
Description
You can use unset to unset each variable or function specified by name. If no option is specified, name refers to a variable. Variables with the read-only attribute cannot be unset.
Options
Operands
Each name is a variable or function.
Exit Status
Related information