Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unzipping a wizip file on unix

Status
Not open for further replies.

SirCharles

Programmer
Jun 10, 2002
212
US
How would one unzip a winzip 8.1 (windows zip file) zipped file on a unix box?
 
which flavor of unix?

My sun systems have unzip, which works on at least a Winzip 7.0 file. There is no unzip on my HP or AIX systems, but that doesn't mean there isn't some shareware out there that would work.
 
GNU ZIP doesn't use the same algorithm, nor the same format, hence it wouldn't work on a WinZIP file.

//Daniel
 
solaris. unzip did work. Thanks. I had tried gunzip without any luck. Finally thumbing throught the man pages did it. Thanks bi.
 
gzip -cd file.zip > unzipped

Works when only one file is in the WinZip archive

Cheers,
ND [smile]

bigoldbulldog@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top