![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| 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 | 5 | 11-15-2008 04:44 AM |
| Unzip windows file on Unix | terala_s | UNIX for Advanced & Expert Users | 6 | 11-09-2007 09:55 AM |
| How to unzip a .zip file when | yogesh_powar | UNIX for Advanced & Expert Users | 2 | 06-30-2006 02:40 AM |
| how can perform zip or unzip at unix console | lmraochodisetti | UNIX for Dummies Questions & Answers | 2 | 06-23-2006 01:44 PM |
| unzip a zip file | xNYx | UNIX for Dummies Questions & Answers | 4 | 03-20-2002 09:02 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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 |
|
||||
|
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/ |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|