Compress (Unix)
From Just Solve the File Format Problem
(Difference between revisions)
m (Jsummers moved page Compress to Compress (Unix): For consistency with pack and compact, and because compress is such a common word. Might make a disambig. page someday.) |
|||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
− | |name=compress | + | |name=compress (Unix) |
|formattype=electronic | |formattype=electronic | ||
|subcat=Compression | |subcat=Compression | ||
− | |extensions={{ext|Z | + | |extensions={{ext|Z}} |
|mimetypes={{mimetype|application/x-compress}} | |mimetypes={{mimetype|application/x-compress}} | ||
}} | }} | ||
:''This article is about a specific file format. For compression in general, see [[Compression]].'' | :''This article is about a specific file format. For compression in general, see [[Compression]].'' | ||
+ | |||
'''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 == | == Identifiers == | ||
− | The conventional filename extension is a capitalized '''.Z''' | + | The conventional filename extension is a capitalized '''.Z'''. |
== Identification == | == Identification == | ||
Line 17: | Line 18: | ||
== See also == | == See also == | ||
* [[SCO compress LZH]] | * [[SCO compress LZH]] | ||
− | * [[pack]] | + | * [[pack (Unix)]] |
* [[compact (Unix)]] | * [[compact (Unix)]] | ||
* [[Squash (RISC OS)]] | * [[Squash (RISC OS)]] | ||
Line 32: | Line 33: | ||
* [[Wikipedia:Compress|Wikipedia article]] | * [[Wikipedia:Compress|Wikipedia article]] | ||
+ | [[Category:File formats with extension .z]] | ||
[[Category:File formats with case sensitive extensions]] | [[Category:File formats with case sensitive extensions]] | ||
− | {{DISPLAYTITLE:compress}} | + | {{DISPLAYTITLE:compress (Unix)}} |
Revision as of 12:56, 29 February 2020
- This article is about a specific file format. For compression in general, see Compression.
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.
Identification
Files begin with bytes 1f 9d
.