On Wed Nov 15 2006 6:50 am, David Talkington wrote:
> Why on earth does env-update send this:
> >>> Regenerating /etc/ld.so.cache...
>
> to stderr instead of stdout?  This makes it very difficult to see only
> abnormal output in a cron job.
>
> I stopped using wget because of precisely that irritation.  I cannot for
> the life of me think of a good reason to do this.
>
> --
> David Talkington
>
> PGP key: http://www.prairienet.org/~dtalk/004B8F8B.asc
You can redirect stderr to stdout like this.

env-update 2>&1

Glenn McCarthy
-- 
gentoo-user@gentoo.org mailing list

Reply via email to