From 1a75ffb92a14cd66a08a80db10bdca518be38af3 Mon Sep 17 00:00:00 2001 From: Leandro Ostera Date: Mon, 23 Nov 2015 16:05:25 +0100 Subject: [PATCH] Update sed.md Error on the command. --- pages/common/sed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/sed.md b/pages/common/sed.md index 5bca62687..249d9d58a 100644 --- a/pages/common/sed.md +++ b/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