- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hp-ux compression utility
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 08:20 AM
09-30-2004 08:20 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 08:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 08:44 AM
09-30-2004 08:44 AM
Re: hp-ux compression utility
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 08:44 AM
09-30-2004 08:44 AM
Re: hp-ux compression utility
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 08:46 AM
09-30-2004 08:46 AM
Re: hp-ux compression utility
I will try this out now.
Kind Regards
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 08:47 AM
09-30-2004 08:47 AM
Re: hp-ux compression utility
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2004 08:48 AM
09-30-2004 08:48 AM
Re: hp-ux compression utility
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