码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2015-03-04 09:52:17      阅读:858      评论:0      收藏:0      [点我收藏+]

标签:

在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

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

标签:

原文地址:http://blog.csdn.net/wanwanwan123/article/details/44055409

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!