From dc0617c0623fc0d1a798892a02a7f20c55a28f2b Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Tue, 30 Mar 2021 11:00:13 +0200 Subject: [PATCH] osx/sed: add link (#5535) --- pages.zh/osx/sed.md | 1 + pages/osx/sed.md | 1 + 2 files changed, 2 insertions(+) diff --git a/pages.zh/osx/sed.md b/pages.zh/osx/sed.md index d17d148bcd..08c403c8e1 100644 --- a/pages.zh/osx/sed.md +++ b/pages.zh/osx/sed.md @@ -1,6 +1,7 @@ # sed > 以可用脚本的来批量编辑文本. +> 更多信息: . - 替换文件中第一个出现的字符串,并打印结果: diff --git a/pages/osx/sed.md b/pages/osx/sed.md index 65d874b650..c105554dfc 100644 --- a/pages/osx/sed.md +++ b/pages/osx/sed.md @@ -1,6 +1,7 @@ # sed > Edit text in a scriptable manner. +> More information: . - Replace the first occurrence of a string in a file, and print the result: