2021年11月15日

Linux unset命令用法

摘要: Linux unset命令用于删除变量或函数。 unset为shell内建指令,可删除变量或函数 参数: -f 仅删除函数 -v 仅删除变量 [root@localhost ~]# yangzc="ls -lh" ## 设定环境变量 [root@localhost ~]# $yangzc ## 使用 阅读全文

posted @ 2021-11-15 17:57 杨小杨~ 阅读(483) 评论(0) 推荐(0)

导航