linux运行脚本出现 $' ': command not found 错误的解决方法
Posted Charramma
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux运行脚本出现 $' ': command not found 错误的解决方法相关的知识,希望对你有一定的参考价值。
用Windows上写了一个脚本,结果放到虚拟机上运行的时候出现了一个错误:** $‘
‘: command not found **。
错误的原因是linux系统的换行符是
,而Windows里的换行符是
。
解决方法:
安装一个命令:dos2unix
yum install dos2unix -y
dos2unix 文件名
以上是关于linux运行脚本出现 $' ': command not found 错误的解决方法的主要内容,如果未能解决你的问题,请参考以下文章
运行shell脚本报错```$'\r':command not found```
shell脚本执行错误 $' ':command not found
转 MySQL shell脚本执行错误 $' ':command not found
Jenkins运行python脚本出现 configparser.NoSectionError: No section: 'XXXXXX'