Removes variables and functions from the running shell.
|
Use unset -f to remove functions:
|
Early versions of the shell didn't have functions or the unset command.
POSIX added the -f option for removing functions, and then added the -v option for symmetry with -f. |