shell脚本报错$’r’ command not found解决方案

2023年 7月 19日 发表评论
腾讯云正在大促:点击直达 阿里云超级红包:点击领取
免费/便宜/高性价比服务器汇总入口(已更新):点击这里了解

shell脚本报错$’r’ command not found解决方案

从windows上传了一个脚本到Linux上执行 出现如下错误:$’r’: command not found 这是windows与Unix文本编辑的默认格式不同造成的,需要转成unix格式。

解决方法

[root@localhost ~]# yum install -y Example.sh  [root@localhost ~]# dos2unix Example.sh  dos2unix: converting file Example.sh to Unix format ...  

本文来源:www.lxlinux.net/7734.html,若引用不当,请联系修改。

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: