unset Flashcards
1
Q
unset
A
Unset values and attributes of shell variables and functions.
2
Q
unset [option] NAME
- f
- v
- n
A
- f, Treat each NAME as a shell function.
- v, Treat each NAME as a shell variable.
- n, Treat each NAME as a name reference and unset the variable itself rather than the variable it references.
3
Q
A