Browse Source

Merge pull request #332 from ostera/patch-1

Update sed.md
Ruben Vereecken 9 years ago
parent
commit
dd9686630d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/sed.md

+ 1 - 1
pages/common/sed.md

@@ -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