shell脚本执行错误 $'\r':command not found Others 2019-03-08 01:31:39 2019-03-08 01:31:39 1914 次浏览 Linux下有命令dos2unix 你只要输入dos2unix *.sh就可以完成转换工作了 如果命令不存在的话就用如下命令安装 yum install dos2unix -y Links: 317