显示脚本内容
我打这个命令的时候就会显示没有文件或目录
[root@localhost ~]# ./hello.sh
-bash: ./hello.sh: /bin.bash: bad interpreter: 没有那个文件或目录
但是我输入
[root@localhost ~]# bash hello.sh
天上掉下个林妹妹
就可以正常显示出来
是什么问题呢?
我打这个命令的时候就会显示没有文件或目录
[root@localhost ~]# ./hello.sh
-bash: ./hello.sh: /bin.bash: bad interpreter: 没有那个文件或目录
但是我输入
[root@localhost ~]# bash hello.sh
天上掉下个林妹妹
就可以正常显示出来
是什么问题呢?
2016-03-19
举报