sed: minor syntax fix (#3908)

This commit is contained in:
Cristobal Forno
2020-03-18 16:23:45 -05:00
committed by GitHub
parent 9437f6382d
commit 32997ccf6b
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
- Replace all occurrences of a string in a file, overwriting the file (i.e. in-place):
`sed -i '' 's/{{find}}/{{replace}}/g' {{filename}}`
`sed --in-place='' 's/{{find}}/{{replace}}/g' {{filename}}`
- Replace only on lines matching the line pattern: