1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 11:17:59 +01:00

Merge pull request #332 from ostera/patch-1

Update sed.md
This commit is contained in:
Ruben Vereecken 2015-11-23 11:00:01 -08:00
commit dd9686630d

View file

@ -9,7 +9,7 @@
- replace all occurrences of a string in a file, and overwrite the file
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