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

推荐订阅源

S
SegmentFault 最新的问题
Jina AI
Jina AI
罗磊的独立博客
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
J
Java Code Geeks
U
Unit 42
Microsoft Azure Blog
Microsoft Azure Blog
B
Blog RSS Feed
爱范儿
爱范儿
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
腾讯CDC
Hugging Face - Blog
Hugging Face - Blog
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
I
InfoQ
月光博客
月光博客
博客园_首页
Vercel News
Vercel News
P
Proofpoint News Feed
GbyAI
GbyAI
Y
Y Combinator Blog

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

赞赏作者

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