Operating System - HP-UX
1826631 Members
3403 Online
109695 Solutions
New Discussion

hp-ux compression utility

 
SOLVED
Go to solution
robert dodd_2
Advisor

hp-ux compression utility

Hi All

Do any of you know if there is a utility similar to this

http://h30097.www3.hp.com/demos/ossc/html/zip.htm

which has compression, is compatible with windows zip products, and runs on HP-UX v11

Kind Regards

Robert
Customer Engineer
6 REPLIES 6
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: hp-ux compression utility

This is ditributed as source so all you need to do download and run make and it should compile for HP-UX.
If it ain't broke, I can fix that.
Rick Garland
Honored Contributor

Re: hp-ux compression utility

On the flip side you can get UNIX utilities (tar, cpio, gzip, etc) already built and ready to run on your windows.
Jeff Schussele
Honored Contributor

Re: hp-ux compression utility

Hi Robert,

Here's the URL for the depoted zip 2.3 on the porting center:

http://hpux.cs.utah.edu/hppd/hpux/Misc/zip-2.3/

And here's unzip 5.51:

http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.51/

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
robert dodd_2
Advisor

Re: hp-ux compression utility

Thanks guys

I will try this out now.

Kind Regards

Robert
Customer Engineer
Prashant Zanwar_4
Respected Contributor

Re: hp-ux compression utility

It has to be added to the box after installation. Other utilities are just Unix to Unix protable. Nothing as such compatible to Windos zip or winzip. Although i have seen it with SUN, i havent come across on HP.

Thanks
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Prashant Zanwar_4
Respected Contributor

Re: hp-ux compression utility

compress, uncompress, zcat, compressdir, uncompressdir(1) - compress and expand data
cr_uncompress(3) - uncompress a file in a crash dump
gzexe(1) - compress executable files in place
gzip, gunzip, zcat(1) - compress or expand files
pack, pcat, unpack(1) - compress and expand files zcmp, zdiff(1) - compare compressed files
zgrep(1)- search possibly compressed files for a regular expression
zmore(1)- file perusal filter for crt viewing of compressed text
znew(1) - recompress .Z files to .gz files

These are the one Unix has.
Prashant

"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."