![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Unzip a .ZIP file in Unix without using unzip cmd..????? | sureshg_sampat | Shell Programming and Scripting | 4 | 08-27-2008 08:29 PM |
| Unzip windows file on Unix | terala_s | UNIX for Advanced & Expert Users | 6 | 11-09-2007 05:55 AM |
| How to unzip a .zip file when | yogesh_powar | UNIX for Advanced & Expert Users | 2 | 06-29-2006 11:40 PM |
| how can perform zip or unzip at unix console | lmraochodisetti | UNIX for Dummies Questions & Answers | 2 | 06-23-2006 10:44 AM |
| unzip a zip file | xNYx | UNIX for Dummies Questions & Answers | 4 | 03-20-2002 05:02 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
How to Unzip a .ZIP file in Unix without using unzip cmd..?????
Hi All
I have ftped a .ZIP file (zipped using WinZip in Windows) to my Unix server (HP-UX). I don't have unzip cmd available in my curent Unix version Please let me know any cmd in UNIX (other than unzip) using which I can unzip this .ZIP file . Please elaborate on the commands aval and the related steps AWAITING REplyyy Thannks Suresh |
| Forum Sponsor | ||
|
|
|
|||
|
you can use the command uncompress, I have use winzip to read file compressed with uncompress, never used viceversa, I think it could work.
just put uncompress sample.zip maybe you have to change the .zip to .Z before you can use it. uncompress sample.Z Maybe you can use pkunzip. |
|
|||
|
.zip .Z and .gz are all different, if they were all the same, you would not need different extensions.
A .gz or .Z file is merely a compressed binary stream. A zip file is more akin to a .tar.Z in that it contains file meta data. WinZip is able to make intelligent guesses about what a file really is. You could create a small tar on the HPUX box, ftp it back to the windows box, use WinZip to open and add your various files, then ftp it back up again. Unpack using tar again on HPUX. |
|
|||
|
I guess installing unzip is not an option?
http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.52/ |
|||
| Google The UNIX and Linux Forums |