1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 08:02:08 +02:00

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}}`