运行脚本时出现了这样一个错误,打开之后并没有找到所谓的^M,查了之后才知道原来是文件格式的问题,也就是linux和windows之间的不完全兼容。。。
具体细节不管,如果验证:
vim
test.sh
:set
ff?
如果出现fileforma=dos那么就基本可以确定是这个问题了。
:set
fileformat=unix
:wq
OK了。。。。。。。
/bin/bash^M: bad interpreter: 没有那个文件或目录,码迷,mamicode.com
/bin/bash^M: bad interpreter: 没有那个文件或目录
原文地址:http://www.cnblogs.com/lixiuran/p/3703037.html