摘要:
[TOC] # shell记录## 执行脚本- 作为可执行程序```shellchmod +x ./test.sh #使脚本具有执行权限./test.sh #执行脚本```- 作为解释器执行```shell/bin/sh test.sh/bin/php test.php```## 变量使用```shellname='bob'echo $nameecho "my name id $name"ec... 阅读全文
posted @ 2019-01-17 11:32
walkingSun
阅读(240)
评论(0)
推荐(0)

浙公网安备 33010602011771号