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?
{ 15 comments }
by nixCraft on February 11, 2009 · 15 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?
{ 15 comments }
by nixCraft on March 12, 2008 · 5 comments
Q. How do I redirect stderr to stdout? How do I redirect stderr to a file?
{ 5 comments }
