![]() |
|
|
|
|
|||||||
| 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 |
| Listing uncompress and compress files | laknar | Shell Programming and Scripting | 1 | 05-05-2008 01:08 PM |
| uncompress of PKZIP files on HPUX | srinivas_paluku | HP-UX | 3 | 06-18-2007 02:13 PM |
| How to uncompress zip files in a remote server from a script | rahul26 | Shell Programming and Scripting | 2 | 06-02-2006 10:14 AM |
| rsh and uncompress and tar | big123456 | Shell Programming and Scripting | 4 | 05-27-2005 06:44 AM |
| uncompress pkzip files | Wing m. Cheng | UNIX for Dummies Questions & Answers | 2 | 10-22-2001 11:06 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
uncompress files
I get a compressed file for linux and I want to uncompress it in Unix. Is that possible?
I try with te command uncompress but it didnīt work. T.hanks |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
What's the compression format? tar.gz? tar.bz2? or zip?
|
|
#3
|
|||
|
|||
|
You could use gzip to compress on linux and the same tool to decompress on UNIX.
|
|
#4
|
|||
|
|||
|
Just to clarify. gzip to compress and gunzip to uncompress. Most likely, it's gziped tarball that you are dealing with. 'tar zxvf your_file.tar.gz'
__________________
Unix "is" user-friendly. It's just selective about who it's friendly to. |
|||
| Google The UNIX and Linux Forums |