1823759 Members
4306 Online
109664 Solutions
New Discussion юеВ

PKZIP in HP-UX

 
SOLVED
Go to solution
panchpan
Regular Advisor

PKZIP in HP-UX

Hello.
Is it possible to use PKZIP command in HP-UX environment , So that we could have zipped file's extension as .ZIP.

Please advise.

Thanks a lot !
4 REPLIES 4
Warren_9
Honored Contributor

Re: PKZIP in HP-UX

hi,

i think PKZIP is not freeware to use, but you could try the ZIP.
http://hpux.cs.utah.edu/hppd/hpux/Misc/zip-2.31/

GOOD LUCK!!
Peter Godron
Honored Contributor

Re: PKZIP in HP-UX

Hi,
pkzip from http://www.pkware.com/

Have you tried some of the others:
gzip,zip,winzip ?
Arunvijai_4
Honored Contributor

Re: PKZIP in HP-UX

Hi,

You can use jar, which comes with Java SDK

To unzip a zip file,

# /opt/java1.4/bin/jar -xvf

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Peter Godron
Honored Contributor
Solution

Re: PKZIP in HP-UX

Hi,
no points for this follow-up !

Just for completeness:
info-zip can be found at
http://www.info-zip.org/pub/infozip/

binaries for a number of platforms