Science Fair Project Encyclopedia
Compress
| Contents |
Old Compress
Compress is an LZW implementation which uses variable size pointers as in LZ78.
The method employed by the UNIX compression program compress is known as LZC. Files compressed by it are typically given the extension .Z, and GNU tar pipes its data through compress when given the command line option -Z. This program has fallen out of favor due to the popularity of gzip and bzip2.
Compress for Mac OS X
There is also a Mac OS X program for compressing using the P7zip high-performance compression format with the same name but it is completely unrelated with the former.
See also
External links
03-10-2013 05:06:04
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


