Thread gunzip in Perl (13 answers)
Opened by Gast at 2006-09-12 16:25

Dubu
 2006-09-13 11:44
#69760 #69760
User since
2003-08-04
2145 Artikel
ModeratorIn + EditorIn

user image
[quote=sid burn,12.09.2006, 16:16]Also "man gunzip" gibt mir folgendes aus:

Code: (dl )
1
2
3
....
gunzip  can  currently  decompress  files created by gzip, zip, compress, compress -H or pack.  The detection of the input format is automatic.
....

Kann also beides gzip und zip.[/quote]
Und ein paar Zeilen tiefer sollte dies stehen:
Quote
Files created by zip can be uncompressed by gzip only if they have a single member compressed with the 'deflation' method. This feature is only  intended to  help  conversion  of tar.zip files to the tar.gz format.

Kurz gesagt: Nein, gunzip ist kein Ersatz für unzip.

View full thread gunzip in Perl