随笔分类 -  shell脚本

shell脚本
摘要:调用脚本$(); if语句: if[ -d ];then xxx else xxx fi case语句: case xxx in xx) xxx ;; esac while语句 while((xx)) do xxx done demo: #!/bin/basha=$(uname -r)echo $a 阅读全文
posted @ 2019-03-05 11:03 断网用户 阅读(337) 评论(0) 推荐(0)