unset (remove an environmental variable)Removes an environmental variable.Format: unset varname Examples: unset var2Totally removes the variable named var2. If you want the variable to remain, but to be empty, set the variable to NULL.