sed: fix md syntax
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
`sed -E 's/{{regex}}/{{replace}}/g' {{filename}}`
|
`sed -E 's/{{regex}}/{{replace}}/g' {{filename}}`
|
||||||
|
|
||||||
- replace all occurrences of multiple strings in a file
|
- replace all occurrences of multiple strings in a file
|
||||||
|
|
||||||
`sed -e 's/{{find}}/{{replace}}/g' -e 's/{{find}}/{{replace}}/g' {{filename}}`
|
`sed -e 's/{{find}}/{{replace}}/g' -e 's/{{find}}/{{replace}}/g' {{filename}}`
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user