Nix Nix
tldr-pages web client with multiple languages
Nix Nix
Search
On This Page

unset

删除 Shell 变量或函数。 更多信息:https://manned.org/unset.

  • 删除变量 foo,如果该变量不存在则删除函数 foo:

unset foo

  • 删除变量 foo 和 bar:

unset -v foo bar

  • 删除函数 my_func:

unset -f my_func

Related Topics
English version 한국어 version
Contribute to This Page
Report New Issue View Source
Discuss this page