脚本路径正确,执行时报找不到文件错误
报错原因:
test.sh在windows编写,windows的某些字符和Linux不一样,导致在Linux执行失败。
解决方法是:
在linux下新建test.sh,把shell文本拷贝进去。
test.sh在windows编写,windows的某些字符和Linux不一样,导致在Linux执行失败。
在linux下新建test.sh,把shell文本拷贝进去。
本文标题:shell脚本bad interpreter: No such
本文链接:https://www.haomeiwen.com/subject/wpxiixtx.html
网友评论