How do I redirect output and errors to /dev/null under bash / sh shell scripting? How do I redirect the output of stderr to stdout, and then redirect this combined output to /dev/null?
{ 12 comments }
by Vivek Gite on February 11, 2009 · 12 comments
How do I redirect output and errors to /dev/null under bash / sh shell scripting? How do I redirect the output of stderr to stdout, and then redirect this combined output to /dev/null?
{ 12 comments }
by Vivek Gite on March 12, 2008 · 0 comments
Q. How do I redirect stderr to stdout? How do I redirect stderr to a file?
{ 0 comments }
