mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 07:18:29 +01:00
Update sed.md
Error on the command.
This commit is contained in:
parent
6f11b8fedc
commit
1a75ffb92a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue