Linux shell 脚本
时间:10-02
整理:3721RD
点击:
执行shell脚本的方式主要有哪些?
:切换到shell脚本所在的目录
代码如下:
cd /data/shell
bash hello.sh
或
代码如下:
cd /data/shell
sh hello.sh
大家帮帮忙