Redirecting stdout and stderr in bash
Posted by Simon Larsén in Tip of the Week
A couple of weeks ago I covered some basic I/O redirection in bash (see I/O redirection in bash). Well, there's actually a lot more to it, so for this TOTW I thought I'd touch on a few more advanced usages.
Redirecting stderr
Sometimes, you may find that part …