Created the page shellcheck spit the error out.

nathandarnell
2014-05-07 16:56:48 -07:00
parent 86b4507cca
commit ea328c55d4

7
SC2024.md Normal file

@@ -0,0 +1,7 @@
# SC2024 sudo doesn't affect redirects. Use ..| sudo tee file
***
## Problematic code:
`sudo pv $VAR1 > $VAR2`