Jon Stockill said:
Jim Wilson wrote:
gzip extracts pkzip files.
[EMAIL PROTECTED]:~$ gunzip test.zip gunzip: test.zip: unknown suffix -- ignored
No it doesn't
gunzip -S .zip test.zip
Yes it does ;-)
That only handles a single file in the archive - so it'd work with a .tar.zip file (where zip is used as the compression on a tar archive), but not on a zip archive which contains multiple files. You just get the error:
[EMAIL PROTECTED]:~$ gunzip -S .zip test.zip gunzip: test.zip has more than one entry -- unchanged
-- Jon Stockill [EMAIL PROTECTED]
_______________________________________________ Flightgear-devel mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
