From: Stephen Isard ([email protected])
Date: Fri Nov 03 2000 - 13:02:42 CET
> cat SVGA.tgz | bzip2 -dc SVGA.tgz | tar -xvf -
^^^^^^^^
You shouldn't have this second "SVGA.tgz" in the command. That's why
you get the error message about the filename not ending in bz2. It's to
avoid this message that you cat the file through the standard input,
rather than simply saying "bzip2 -dc <filename>".
Good luck.
Stephen Isard
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:16 CET