unset Flashcards

1
Q

unset

A

Unset values and attributes of shell variables and functions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly