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:
parent
e0f91ae4a8
commit
27be751478
1 changed files with 1 additions and 0 deletions
|
@ -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}}`
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue