From ea328c55d481815373449c50fb91084a828d4c9d Mon Sep 17 00:00:00 2001 From: nathandarnell Date: Wed, 7 May 2014 16:56:48 -0700 Subject: [PATCH] Created the page shellcheck spit the error out. --- SC2024.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 SC2024.md diff --git a/SC2024.md b/SC2024.md new file mode 100644 index 0000000..cc2322a --- /dev/null +++ b/SC2024.md @@ -0,0 +1,7 @@ +# SC2024 sudo doesn't affect redirects. Use ..| sudo tee file + +*** + +## Problematic code: + +`sudo pv $VAR1 > $VAR2` \ No newline at end of file