Compress (Unix)

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |extensions={{ext|Z}} |mimetypes={{mimetype|application/x-compress}} }} '''compress''' is a Unix command line utility,...")
 
(See also)
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{FormatInfo
 
{{FormatInfo
 +
|name=compress
 
|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}}
 
}}
 
}}
 
+
:''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 ==
 +
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 {{magic|1f 9d}}.
 +
 +
== See also ==
 +
* [[SCO compress LZH]]
 +
* [[pack]]
 +
* [[compact (Unix)]]
 +
* [[Squash (RISC OS)]]
 +
 +
== Software ==
 +
* [https://github.com/vapier/ncompress ncompress]
 +
* [https://www.gnu.org/software/gzip/ Gzip] can uncompress '''.Z''' files.
 +
* [[7-Zip]]
 +
* [https://github.com/vapier/liblzw liblzw]
 +
* [http://web.archive.org/web/20130702195528/http://www.willus.com/archive/unixcmds.zip Windows port of Compress utility]
 +
* {{Deark}}
  
 
== External links ==
 
== External links ==
 
* [[Wikipedia:Compress|Wikipedia article]]
 
* [[Wikipedia:Compress|Wikipedia article]]
 +
 +
[[Category:File formats with case sensitive extensions]]
 +
{{DISPLAYTITLE:compress}}

Revision as of 21:06, 10 January 2020

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