/bin/bash^M:损坏的解释器: 没有那个文件或目录

Posted 离水的鱼

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了/bin/bash^M:损坏的解释器: 没有那个文件或目录相关的知识,希望对你有一定的参考价值。

由于在Windows下换行是\\n\\r,在Linux下打开多了\\r,所以需要删除。删除命令 :sed -i \'s/\\r$//\' filename

-i插入  
s替代模式  
\\r$表示任何以\\r结束的字符  
整句意思是把以\\r结束的字符换成空白

 

 

 

参考:

bash: ./t.sh:/bin/bash^M:损坏的解释器: 没有那个文件或目录

Error处理:/bin/bash^M: 坏的解释器: 没有该文件或目录(bad interpreter: No such file or directory)

以上是关于/bin/bash^M:损坏的解释器: 没有那个文件或目录的主要内容,如果未能解决你的问题,请参考以下文章

/bin/bash^M: 坏的解释器: 没有那个文件或目录

执行shell脚本报-bash: ./test.sh: /bin/bash^M: 坏的解释器

bin/sh^M:损坏的解释器: 没有那个文件或目录

shell脚本 运行 报错 /bin/bash^M: bad interpreter: 没有那个文件或目录

shell脚本 运行 报错 /bin/bash^M: bad interpreter: 没有那个文件或目录

shell脚本 运行 报错 /bin/bash^M: bad interpreter: 没有那个文件或目录