Compress (Unix)
From Just Solve the File Format Problem
(Difference between revisions)
(→See also) |
|||
Line 17: | Line 17: | ||
== See also == | == See also == | ||
* [[SCO compress LZH]] | * [[SCO compress LZH]] | ||
− | * [[pack]] | + | * [[pack]] |
+ | * [[compact (Unix)]] | ||
+ | * [[Squash (RISC OS)]] | ||
== Software == | == Software == |
Revision as of 21:06, 10 January 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. We list lowercase .z as well, only because filenames are not always case-sensitive.
Identification
Files begin with bytes 1f 9d
.