1.当前路径启动
./test.sh
2.绝对路径启动
pwd
/data/beijing
‘pwd‘/test.sh
3.指定解释器执行
sh test.sh
bash test.sh
4.shell环境执行
. test.sh
source test.sh
原文地址:https://www.cnblogs.com/freeht/p/12132890.html
时间: 2024-11-09 03:54:21
1.当前路径启动
./test.sh
2.绝对路径启动
pwd
/data/beijing
‘pwd‘/test.sh
3.指定解释器执行
sh test.sh
bash test.sh
4.shell环境执行
. test.sh
source test.sh
原文地址:https://www.cnblogs.com/freeht/p/12132890.html