Update sed.md
Error on the command.
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
- replace all occurrences of a string in a file, and overwrite the file
|
- replace all occurrences of a string in a file, and overwrite the file
|
||||||
contents
|
contents
|
||||||
|
|
||||||
`sed -i '' 's/{{find}}/{{replace}}/g' {{filename}}`
|
`sed -i 's/{{find}}/{{replace}}/g' {{filename}}`
|
||||||
|
|
||||||
- replace all occurrences of an extended regular expression in a file
|
- replace all occurrences of an extended regular expression in a file
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user