1834149 Members
3869 Online
110064 Solutions
New Discussion

Re: Unzipping in UNIX

 
Mark A. Smith
Occasional Advisor

Unzipping in UNIX

Want to know if there is a program I can install on UNIX 11.1 system that will also unzip files that had been zipped on a Windows system. Is there a program smart enough to scan a file and figure out which tool zipped it so it can be unzipped ?
7 REPLIES 7
James A. Donovan
Honored Contributor

Re: Unzipping in UNIX

unzip.

http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.50/
Remember, wherever you go, there you are...
Robert-Jan Goossens
Honored Contributor

Re: Unzipping in UNIX

Hi,

Check this question.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=222252

Hope this helps,
Robert-Jan
Kent Ostby
Honored Contributor

Re: Unzipping in UNIX

We have pkzip on our system (or at least thats what we call it) .

pkzip -extract pulls files out .

Best regards,

Kent M. Ostby
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
H.Merijn Brand (procura
Honored Contributor

Re: Unzipping in UNIX

There is no program on unix (yet) that does the auto-detecting stuff you refer to. Most windows users however tend to fallback to the use of winzip (or any clone of that like power archiver). These programs are able to not only detect the archive they unpack, but also optionally zip in non-default archive formats like tgz (tar/gzip) or rar.

unzip is your best bet on HP-UX. it deals with ZIP files. See for the URL the previous posts or my site. The most versatile unzipper on unix is GNU's gzip, default installed on your HP-UX, but if it's an old version, not capable of dealing with files larger than 2 Gb.

The best compressing tool available is bzip2 (also available from my site), but it is still not often used on windows.

If you compress on HP-UX, using tar/gzip or zip, be sure to tell the folk on winblow$ to untick winzip's `smart' unpack option to convert unix new-line style to dos-ish line endings. It will ruin all binary files.

My HP ITRC site pages can be found at

Singapore https://www.beepz.com/personal/merijn/
Rotterdam http://www.cmve.net/~merijn/
Seattle http://www.hpux.ws/merijn/

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
SANTOSH S. MHASKAR
Trusted Contributor

Re: Unzipping in UNIX

Use unzip for HP_UX.

-Santosh
twang
Honored Contributor

Re: Unzipping in UNIX

Bruno Ganino
Honored Contributor

Re: Unzipping in UNIX