home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / compress / 3228 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.1 KB  |  39 lines

  1. Newsgroups: comp.compression
  2. Path: sparky!uunet!mcsun!news.funet.fi!fuug!kiae!ihep.su!sendmail
  3. From: igor@hump.ihep.su (Igor Mandrichenko)
  4. Subject: Re: Bug in UnZip 5.0?
  5. Message-ID: <9209080930.AA24390@hump.ihep.su>
  6. Apparently-To: inews@ihep.su
  7. Posted-Date: Tue, 8 Sep 1992 13:30:14 +0400
  8. Sender: sendmail@ihep.su (sendmail daemon)
  9. Organization: IHEP,Protvino
  10. X-Newsreader: Tin 1.1 PL5
  11. References: <1992Sep3.152719.837@debet.nhh.no>
  12. Date: Tue, 8 Sep 1992 13:30:14 +0400
  13. Lines: 24
  14.  
  15. edb_morten@debet.nhh.no wrote:
  16. : Use Zip 1.9 to compress *one* file, in my example called "test". Use the
  17. : same name for the resulting zip-file.
  18. : >zip test test
  19. : This will generate "test.zip" which is a compressed version of "test".
  20. : Now, try to list the contents of "test.zip" using UnZip 5.0.
  21. : >unzip -v test
  22. : My version of UnZip is unable to read the archive.
  23.  
  24.     That's because "test" is NOT archive. It's the plain file "test"
  25. just archived into file "test.zip". Try "unzip -v test.zip" and you will see
  26. your file archived.
  27.  
  28. : IS THIS A BUG?
  29.  
  30.     This is not a bug, unzip does just what you said to do.
  31.  
  32.     Igor Mandrichenko    (igor@hump.ihep.su)
  33.