unset

From RaySoft

Unset values and attributes of shell variables and functions.[1]

Documentation

Syntax

unset [PARAMETER] [NAME ...]

Parameters

-f
Treat each NAME as a shell function.
-v
Treat each NAME as a shell variable.

References

  1. bash -c 'help unset'