From e69a9eed35577583e840d6c39a44927f15d31eb3 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Tue, 30 Mar 2021 10:59:06 +0200 Subject: [PATCH] common/sed: add link (#5534) --- pages/common/sed.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/common/sed.md b/pages/common/sed.md index e5d72d847d..c2e284e118 100644 --- a/pages/common/sed.md +++ b/pages/common/sed.md @@ -1,6 +1,7 @@ # sed > Edit text in a scriptable manner. +> More information: . - Replace the first occurrence of a regular expression in each line of a file, and print the result: