Compress (Unix)
From Just Solve the File Format Problem
(Difference between revisions)
(Software section) |
|||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Compression | |subcat=Compression | ||
− | |extensions={{ext|Z}} | + | |extensions={{ext|Z}}, {{ext|z}} |
|mimetypes={{mimetype|application/x-compress}} | |mimetypes={{mimetype|application/x-compress}} | ||
}} | }} | ||
− | |||
'''compress''' is a Unix command line utility, and a general-purpose compressed file format. Its compression algorithm is based on [[LZW]]. | '''compress''' is a Unix command line utility, and a general-purpose compressed file format. Its compression algorithm is based on [[LZW]]. | ||
+ | |||
+ | == Identifiers == | ||
+ | The conventional filename extension is a capitalized '''.Z'''. We list lowercase '''.z''' as well, only because filename extensions are not usually thought of as being case-sensitive. | ||
+ | |||
+ | == See also == | ||
+ | * [[pack]] - A compressed file format with a similar filename extension. | ||
== Software == | == Software == |
Revision as of 17:26, 8 May 2013
compress is a Unix command line utility, and a general-purpose compressed file format. Its compression algorithm is based on LZW.
Contents |
Identifiers
The conventional filename extension is a capitalized .Z. We list lowercase .z as well, only because filename extensions are not usually thought of as being case-sensitive.
See also
- pack - A compressed file format with a similar filename extension.
Software
- gzip can uncompress compressed files.