![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 | Thread Starter | Forum | Replies | Last Post |
| uncompress | big123456 | UNIX for Advanced & Expert Users | 3 | 11-20-2006 09:42 PM |
| How to Uncompress a whole directory | tayyabq8 | UNIX for Dummies Questions & Answers | 5 | 10-19-2005 06:42 AM |
| How to get to a file and uncompress it | nkem22 | UNIX for Dummies Questions & Answers | 1 | 08-24-2005 09:47 PM |
| uncompress in unix | icestone | UNIX for Dummies Questions & Answers | 1 | 07-12-2005 11:04 PM |
| rsh and uncompress and tar | big123456 | Shell Programming and Scripting | 4 | 05-27-2005 06:44 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Uncompress... me!!!!!! :)
Dear friends, i'm trying to uncompress an "...... tar.z" file.
I'd readen that using the "uncompress" command it could be made but............... God! I can't!!!!! I tried a lot of times using the Terminal but the uncompress command doesn't obeys!!! Please i need to know how to uncompress a single, oh God a single file with Unix please help me!!!!!! Thanks and regards!!!!!!!!. From Mars... GusSiglo21 |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Which system are you using? What command are you typing? What result do you get?
uncompress can expand something like this: uncompress file.Z Note that the Z is uppercase. If you have a lowercase z, you could rename the file. Or try uncompress < file.z > file Lowercase z was used by the old pack/unpack commands. So another thing to try: unpack file.z If you still have no luck, don't simply say "the command didn't obey". Say something like "on HP-UX 11.0, I tried the command "uncompress file.z" but I got an error message "file.z.Z: No such file or directory". |
|
#3
|
|||
|
|||
|
what about unzip.
-r-xr-xr-x 2 bin bin 157968 Dec 16 1999 /usr/bin/unzip |
|
#4
|
|||
|
|||
|
Try to use command 'file' to view the description of the file.
file test.Z test.Z: compressed data block compressed 16 bits file test1.gz test1.gz: gzip compressed data - deflate method , original file name
__________________
tikual :) |
|||
| Google The UNIX and Linux Forums |