![]() |
|
|
|
|
|||||||
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unix script to takes the old data from a TXT file and compress them into new file | vpandey | Shell Programming and Scripting | 2 | 03-05-2008 07:10 AM |
| compress more than one file | prasee | UNIX for Advanced & Expert Users | 2 | 09-08-2007 06:15 AM |
| Compress a file before ftp | MrMac | Shell Programming and Scripting | 1 | 11-21-2006 05:06 AM |
| uncompress of zlib | rayne | High Level Programming | 3 | 09-17-2006 06:58 AM |
| [help] Cant compress file | endeavour1985 | UNIX for Dummies Questions & Answers | 8 | 01-17-2005 08:37 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
how to compress .zlib file
Hi all,
I wanted to know how to compress a .zlib file.. an working on unix so pls suggest accordingly. the file is pretty big(500 mb) also i would like to know any weblinks where i can get more info on various compressions commands in unix i have tried zip,compress commands but i have not achieved the amout of compression i wanted to. may i know how to counter this!! Thanks |
| Forum Sponsor | ||
|
|
|
|||
|
If you can find a specific compressor for just that format, it's probably going to be more efficient than any general-purpose compression tool. In the meantime, try bzip2, it's often more efficient than the ones you tried.
See also Comparison of file archivers - Wikipedia, the free encyclopedia |
|||
| Google UNIX.COM |