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

推荐订阅源

博客园_首页
量子位
D
DataBreaches.Net
博客园 - 司徒正美
J
Java Code Geeks
博客园 - 【当耐特】
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
B
Blog
The Cloudflare Blog
D
Docker
I
InfoQ
爱范儿
爱范儿
MongoDB | Blog
MongoDB | Blog
腾讯CDC
月光博客
月光博客
Hugging Face - Blog
Hugging Face - Blog
Microsoft Azure Blog
Microsoft Azure Blog
Vercel News
Vercel News
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
S
SegmentFault 最新的问题
GbyAI
GbyAI
有赞技术团队
有赞技术团队

噜啦 - 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

赞赏作者

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