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

推荐订阅源

L
LangChain Blog
N
Netflix TechBlog - Medium
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale
Microsoft Security Blog
Microsoft Security Blog
D
Docker
WordPress大学
WordPress大学
罗磊的独立博客
J
Java Code Geeks
博客园 - 【当耐特】
博客园 - 司徒正美
雷峰网
雷峰网
H
Help Net Security
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
T
Tailwind CSS Blog
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
B
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

赞赏作者

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