|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
Can anyone tell me what tools / command can use to uncompress those *.zip file in HP-UX, thx. Bgds, Gordon |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
See if you have "unzip" installed. If not, see if you have "gzip" installed (Check the man page - look at the -d option). If none of the above are there, you may need to install something, since I don't think "uncompress" would understand the compression... I may be wrong though. Heck, try "uncompress" too...
|
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Have checked, no unzip installed in my system, for the other options, it will not work coz it's unknown suffix to those command...
|
|
#4
|
||||
|
||||
|
OK , give a try :
gunzip ........... or man gunzip |
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
For gunzip, *.zip is an unknow suffix to it ......thx.
|
| Sponsored Links | |
|
|
#6
|
|||
|
|||
|
Are you sure that you have ".zip" files on your HP-UX server?
OR could they possibly be ".Z" files? To uncompress files on HP-UX simply type: uncompress <filename> If these files are in fact .ZIP files... I would suspect they were "zipped" on some other platform than HP-UX. |
| Sponsored Links | |
|
|
#7
|
|||
|
|||
|
Yes, that's why I need to ask any tools in HP that can support that kind of third party *.zip file. Thx.
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Uncompress a gzip and bzip file using java on unix solaris environment | wadhwa.pooja | Programming | 0 | 10-14-2009 09:49 AM |
| uncompress a file and ftp | namishtiwari | Shell Programming and Scripting | 6 | 07-28-2009 11:09 AM |
| file zip,rar,tar,compress,uncompress,unzip,unrar | ismael xavier | UNIX Desktop for Dummies Questions & Answers | 1 | 04-14-2008 02:30 PM |
| uncompress | big123456 | UNIX for Advanced & Expert Users | 3 | 11-20-2006 11:42 PM |
| How to get to a file and uncompress it | nkem22 | UNIX for Dummies Questions & Answers | 1 | 08-25-2005 12:47 AM |
|
|