sed: fix md syntax

This commit is contained in:
Igor Shubovych 2014-05-18 01:12:37 +03:00
parent e0f91ae4a8
commit 27be751478

View File

@ -16,6 +16,7 @@
`sed -E 's/{{regex}}/{{replace}}/g' {{filename}}`
- replace all occurrences of multiple strings in a file
`sed -e 's/{{find}}/{{replace}}/g' -e 's/{{find}}/{{replace}}/g' {{filename}}`