Hacker News new | ask | show | jobs
by dbcurtis 700 days ago
The story that I recall about the origins of stderr is that without it, pipes are a mess. Keeping stdout to just the text that you want to pipe between tools and diverting all “noise” elsewhere is what makes pipes useable.
1 comments

the article is about specifically what kind of mess and what kind of usability problems inspired the change