linux运行脚本出现 $'\r': command not found 错误的解决方法

用Windows上写了一个脚本,结果放到虚拟机上运行的时候出现了一个错误:** $‘\r‘: command not found **。
错误的原因是linux系统的换行符是\n,而Windows里的换行符是\r\n

解决方法:

安装一个命令:dos2unix

yum install dos2unix -y
dos2unix 文件名

linux运行脚本出现 $'\r': command not found 错误的解决方法

上一篇:VMware 15安装CentOS7


下一篇:Linux命令行操作——使用Shell命令