Operating System - HP-UX
1832367 Members
2947 Online
110041 Solutions
New Discussion

how to unzip a zipped PC file on HPUX?

 
SOLVED
Go to solution
Hanry Zhou
Super Advisor

how to unzip a zipped PC file on HPUX?

I know that there is hpux version of unzip package, but without using this package, is there any existing tools on HPUX that I can use to unzip the file. This file zipped on PC, and ftped to the hp box.

Thanks,
none
5 REPLIES 5
R.O.
Esteemed Contributor
Solution

Re: how to unzip a zipped PC file on HPUX?

Hi,

Try "gunzip

Regards,
"When you look into an abyss, the abyss also looks into you"
Pete Randall
Outstanding Contributor

Re: how to unzip a zipped PC file on HPUX?

/usr/contrib/bin/gunzip


Pete

Pete
Sergejs Svitnevs
Honored Contributor

Re: how to unzip a zipped PC file on HPUX?

If you want to extract files from zip-archive You have to install unzip utility from http://www.info-zip.org/pub/infozip/UnZip.html

Regards,
Sergejs
Paul Cross_1
Respected Contributor

Re: how to unzip a zipped PC file on HPUX?

NB: gunzip != unzip...

If the file was zipped on a PC, you want unzip.

http://hpux.ee.ualberta.ca/hppd/hpux/Misc/zip-2.3/
Steve Post
Trusted Contributor

Re: how to unzip a zipped PC file on HPUX?

Here's a way to get the stuff into the box:

Don't unzip it on the hp. Unzip on the pc. Then use software (ftp, scp, samba?) to move the file(s) from the PC to the server.