Compress (Unix)

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Software: Deark)
Line 13: Line 13:
  
 
== Identification ==
 
== Identification ==
Files begin with bytes <code>1F 9D</code>.
+
Files begin with bytes {{magic|1f 9d}}.
  
 
== See also ==
 
== See also ==
 +
* [[SCO compress LZH]]
 
* [[pack]] - A compressed file format with a similar filename extension.
 
* [[pack]] - A compressed file format with a similar filename extension.
  

Revision as of 17:38, 31 December 2019

File Format
Name compress
Ontology
Extension(s) .Z, .z
MIME Type(s) application/x-compress
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.

See also

Software

External links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox