unset: add page (#2570)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
d379634c57
commit
0ad8632483
11
pages/linux/unset.md
Normal file
11
pages/linux/unset.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# unset
|
||||
|
||||
> Remove shell variables or functions.
|
||||
|
||||
- Remove the variables foo and bar:
|
||||
|
||||
`unset {{foo}} {{bar}}`
|
||||
|
||||
- Remove the function my_func:
|
||||
|
||||
`unset -f {{my_func}}`
|
Reference in New Issue
Block a user