首页
首页 » 系统设置 » unset

unset

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