sed: minor syntax fix (#3908)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user