我的也是提示找不到文件,估計還是哪里有錯。

奮斗_0079
2014-12-05
2 回答
舉報
0/150
提交
取消
2014-12-05
舉報
2014-12-21
運行 whereis bash ,然后將得到的路徑寫到hello.sh里面 比如我運行whereis bash的結果中顯示 bash 所在路徑為“/usr/bin/bash”,我的 hello.sh的第一行就寫成“#!/usr/bin/bash”
2014-12-05
/bin/bash,是bash寫成Bash了嗎