"Fabio Giannotti" <fabiog@venmar.com> wrote in message
news:0ddf01c41cae$07152510$6700000a@fabioxp...
>
> > -----Original Message-----
> > From: listmaster@xenitec.on.ca
> > [mailto:listmaster@xenitec.on.ca] On Behalf Of willjay
> > Sent: Wednesday, April 07, 2004 8:57 AM
> > To: distribution@xenitec.on.ca
> > Subject: Re: Bzip help does not display properly
> >
> >
> >
> > "Jean-Pierre Radley" <jpr@jpr.com> wrote in message
> > news:20040406232405.GB21455@jpradley.jpr.com...
> > > willjay typed (on Tue, Apr 06, 2004 at 06:57:39PM -0400):
> > > | Why does bzip2 --help | more not scroll properly and why does
> > bzip2 --help
> > > | > out.txt size =0? Thanks wj
> > >
>
> try:
>
> bzip2 --help 2>&1 | more (or bzip2 --help 2>&1 > out.txt)
>
> Works with vision stuff as well
>
> Fabio
>
Thanks, that is what I needed. wj