From 3e835df442eb67b0cd632c499b22d707d2c9e7aa Mon Sep 17 00:00:00 2001 From: koalaman Date: Mon, 10 Feb 2014 14:38:09 -0800 Subject: [PATCH] Updated SC2020 (markdown) --- SC2020.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2020.md b/SC2020.md index fb106f6..3e326f5 100644 --- a/SC2020.md +++ b/SC2020.md @@ -6,7 +6,7 @@ ### Correct code: - echo 'hello world' | sed -e 's/hello/goodbye' + echo 'hello world' | sed -e 's/hello/goodbye/g' ### Rationale: