Do not close stderr

2010-04-29 1 min read Linux

<a href="http://bashcurescancer.com/do-not-close-stderr.html">A few years ago, I wrote a post commenting on how ugly this was:
$ someprog 2>/dev/null
I was nearly imploring the reader to close stderr:
$ someprog 2>&-
Some very knowledgeable anonymous commenter explained why that was a bad idea. At the time, I didn&#8217;t understand exactly what they were saying. As such, …

comments powered by Disqus