Gentoo Archives: gentoo-user

From: Etaoin Shrdlu <shrdlu@×××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] pet peeve: sending normal output to stderr (env-update)
Date: Tue, 14 Nov 2006 21:59:24
Message-Id: 200611142321.40623.shrdlu@unlimitedmail.org
In Reply to: Re: [gentoo-user] [OT] pet peeve: sending normal output to stderr (env-update) by Daniel Iliev
1 On Tuesday 14 November 2006 22:40, Daniel Iliev wrote:
2
3 > "emerge ... 2>&1 >/dev/null | grep -v -e '>>> Regenerating '"
4 >
5 > Isn't '>/dev/null' here by "typing habit" ? I think the right way is:
6 >
7 > command 2>&1 | grep...
8
9 Your version does not suppress standard output, Richard's version does
10 (I'm not saying that one is better than the other though...).
11 --
12 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] [OT] pet peeve: sending normal output to stderr (env-update) Daniel Iliev <danny@××××××××.com>