From a1ceb9d1b6e12f7b0b774c166e3e028d4fe11c64 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 8 Aug 2016 08:09:34 +0100 Subject: [PATCH] sed.md: add input to the only example missing it (#992) * sed.md: add input to the only example missing it * osx/sed.md: add input to the example missing it --- pages/common/sed.md | 2 +- pages/osx/sed.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/sed.md b/pages/common/sed.md index 72484c91e..5a4294ebe 100644 --- a/pages/common/sed.md +++ b/pages/common/sed.md @@ -16,7 +16,7 @@ - Replace only on lines matching the line pattern: -`sed '/{{line_pattern}}/s/{{find}}/{{replace}}/'` +`sed '/{{line_pattern}}/s/{{find}}/{{replace}}/' {{filename}}` - Apply multiple find-replace expressions to a file: diff --git a/pages/osx/sed.md b/pages/osx/sed.md index 81dc846c7..5778dc2c9 100644 --- a/pages/osx/sed.md +++ b/pages/osx/sed.md @@ -16,7 +16,7 @@ - Replace only on lines matching the line pattern: -`sed '/{{line_pattern}}/s/{{find}}/{{replace}}/'` +`sed '/{{line_pattern}}/s/{{find}}/{{replace}}/' {{filename}}` - Apply multiple find-replace expressions to a file: