mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:33:38 +02:00
unset: add page (#2570)
This commit is contained in:
parent
d379634c57
commit
0ad8632483
1 changed files with 11 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue