![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | 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 |
| how to compress .zlib file | wrapster | UNIX for Advanced & Expert Users | 1 | 05-04-2008 11:52 PM |
| 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 |
| compress a file in unix | rujupriya | UNIX for Dummies Questions & Answers | 5 | 05-24-2006 05:05 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
[help] Cant compress file
Anybody know what happened here?
162 lab2-36:~/try_direct/another> compress url.txt url.txt: -- file unchanged |
| Forum Sponsor | ||
|
|
|
|||
|
compress will not compress a file if the compressed file is not smaller than the source file.
Seems like the block size of the file system would be the smallest unit it could (or should) consider.
__________________
[url=http://chuckb.1le.net/]My website[/url] |