shell脚本在cygwin下运行报错: $'\r': command not found

时间:2015-03-04 09:52:17   收藏:0   阅读:858

在cygwin 下运行shell脚本,出现“$‘\r‘: command not found”,这是win dos与Unix文本编辑方式不同造成的。可以使用cygwin工具dos2unix将script改为unix格式。

$ dos2unix test.sh
dos2unix: converting file test.sh to UNIX format ...
$ sh test.sh

如此便可解决。

参见:http://lxs647.iteye.com/blog/2084375

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!