> > $ bzcat file.tar.bz2 | tar x
> 
> No. This will not work:
> ...
> The correct command is:
> 
>   $ bzcat file.tar.bz2 | tar xf - 

They both work on my (Mdk 7.0) system.  Perhaps Mandrake compiled tar to
default to standard in, instead of the tape device?

-Matt Stegman
<[EMAIL PROTECTED]>


Reply via email to