compress (software)
compress is a Unix shell compression program based on the LZW compression algorithm. Compared to gzip's fastest setting, compress is slightly slower at compression, slightly faster at decompression, and has a significantly lower compression ratio. 1.8 MiB of memory is used to compress the Hutter Prize data, slightly more than gzip's slowest setting.
Original author(s) | Spencer Thomas |
---|---|
Initial release | February 1985 |
Operating system | Unix, Unix-like, IBM i |
Type | Command |
Filename extension |
.Z |
---|---|
Internet media type |
application/x-compress |
Developed by | Spencer Thomas |
Type of format | data compression |
The uncompress utility will restore files to their original state after they have been compressed using the compress utility. If no files are specified, the standard input will be uncompressed to the standard output.
In the upcoming POSIX and Single Unix Specification revision, it is planned that DEFLATE algorithm used in gzip format be supported in those utilities.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.