On Thu, Sep 12, 2002 at 03:51:06PM +0100, Angus Leeming wrote:
> > | of course.
> >
> > as one stream?
> >
> > mov -v 2>&1 | cat
> 
> Thanks. And can stderr be piped on its own? (moc -v 2> | cat 
> doesn't work).

moc -v 2>&1 >/dev/null | ...

should work I think

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to