Zip Zip?

Status
Not open for further replies.
Joined
Feb 23, 2009
Messages
20,508
Location
Michigan
Quick question: Does anyone know a good program that unzips files? Free would be really good, as I can't see paying 30 plus dollars for winzip to unzip one file...

Thanks!
 
Windows 7 does it natively, WinZip has a free version on download.com, WinRAR works ok (has a nag screen if unregistered).
 
Originally Posted By: Stu_Rock
/usr/bin/unzip


That's what I use.
wink.gif
 
If you have the Java JDK installed, you can use jar to unzip zip archives using largely the same syntax as tar. A jar file is nothing more than a zip with some manifest information provided. Therefore jar can unzip a zip file.

FWIW
 
Status
Not open for further replies.
Back
Top Bottom