惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
V
Visual Studio Blog
雷峰网
雷峰网
博客园_首页
The Cloudflare Blog
Hugging Face - Blog
Hugging Face - Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
小众软件
小众软件
D
Docker
P
Proofpoint News Feed
B
Blog
Vercel News
Vercel News
B
Blog RSS Feed
U
Unit 42
月光博客
月光博客
The GitHub Blog
The GitHub Blog
Apple Machine Learning Research
Apple Machine Learning Research
Y
Y Combinator Blog
I
InfoQ
Recent Announcements
Recent Announcements

噜啦 - linux

CentOS 6 安装 htop nload CentOS 6 安装 htop nload Linux脚本报错syntax error near unexpected token '$'\r'' CentOS 6、7 一键更换内核安装锐速 - 噜啦 CentOS 6、7 一键更换内核安装锐速 - 噜啦 Centos 修改SSH端口为其他端口 - 噜啦 Centos 修改SSH端口为其他端口 - 噜啦 Centos 添加用户并授予root权限 - 噜啦 Centos 添加用户并授予root权限 - 噜啦
Linux脚本报错syntax error near unexpected token '$'\r''
博主: 噜啦 · 2019-02-20 · via 噜啦 - linux

博猪最近在Windows下写好的脚本,移植到Linux下运行时,出现了报错现象

原因

因为脚本文件的换行符为\r\n
而Linux/Unix下的换行符为\n

解决方案:

cat -v 文件名.sh

应该会看到换行符为^m

sed命令转换

sed 's/\r//' 原文件名.sh > 转换后的文件名.sh

赞赏作者

如果觉得我的文章对你有用,请随意赞赏