From 13963eaf9e2b0db5f046365b8bcc365d15ea602d Mon Sep 17 00:00:00 2001 From: Raymii Date: Thu, 17 Jul 2014 20:33:03 -0700 Subject: [PATCH] Created SC2069 (markdown) --- SC2069.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 SC2069.md diff --git a/SC2069.md b/SC2069.md new file mode 100644 index 0000000..1a140f2 --- /dev/null +++ b/SC2069.md @@ -0,0 +1 @@ +The order of the 2>&1 and the redirect matters. The 2>&1 has to be last. \ No newline at end of file