shell脚本bad interpreter: No such
2017-12-11 本文已影响0人
我想我是
脚本路径正确,执行时报找不到文件错误
报错原因:
test.sh在windows编写,windows的某些字符和Linux不一样,导致在Linux执行失败。
解决方法是:
在linux下新建test.sh,把shell文本拷贝进去。
test.sh在windows编写,windows的某些字符和Linux不一样,导致在Linux执行失败。
在linux下新建test.sh,把shell文本拷贝进去。