linux执行sh报错line 5: $‘\r‘: command not found
解决方案:
yum -y install dos2unix*
dos2unix *.*
linux执行sh报错line 5: $'\r': command not found
原文:https://www.cnblogs.com/pfeiliu/p/13173610.html