摘要: shell learning note MAIN="/usr/local/" # 变量大写 STATUS="$MAIN/status" # 美元符加字符串是引用变量值,而美元符加数字表示命令行参数 echo "some words" >>$STATUS/l... 阅读全文
posted @ 2017-07-31 12:51 随便了888 阅读(176) 评论(0) 推荐(0) 编辑