1.运行:
1.作为可执行程序
chmod +x ./test.sh #使脚本具有执行权限
./test.sh #执行脚本
2.作为解释器参数
/bin/sh test.sh
/bin/php test.php
2.Shell变量:
注:变量名和等号之间不能有空格
your_name="beijing"
echo $your_name
杜锋
1.作为可执行程序
chmod +x ./test.sh #使脚本具有执行权限
./test.sh #执行脚本
2.作为解释器参数
/bin/sh test.sh
/bin/php test.php
注:变量名和等号之间不能有空格
your_name="beijing"
echo $your_name
杜锋
本文标题:shell
本文链接:https://www.haomeiwen.com/subject/jsnxqctx.html
网友评论