摘要: (一)首先来看shell脚本的执行方式,shell脚本的后缀名都是sh文件。 1 sh test.sh 2 source test.sh 这两种方式有什么区别呢。test.sh 里的脚本很简单, 从键盘输入名字后赋值个name变量 read -p “Please input your name:” 阅读全文
posted @ 2017-09-11 21:41 red_leaf_412 阅读(376) 评论(0) 推荐(0)