$ dos2unix test.sh dos2unix: converting file test.sh to UNIX format ... $ sh test.sh
标签:
在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