Linux unset删除变量或函数命令详解 功能说明:删除变量或函数。 语 法:unset [-fv][变量或函数名称] 补充说明:unset为shell内建指令,可删除变量或函数。 参 数: -f 仅删除函数。 -v 仅删除变量。