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
waldyrious/alt-syntax
Waldir Pimenta 2016-08-08 08:09:34 +01:00 committed by Leandro Ostera
parent c424e4969b
commit a1ceb9d1b6
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: