Compress (Unix)

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Software: Link seems to be dead; use archive.org copy)
(Software)
Line 19: Line 19:
 
== Software ==
 
== Software ==
 
* [http://www.gnu.org/software/gzip/ gzip] can uncompress '''compress'''ed files.
 
* [http://www.gnu.org/software/gzip/ gzip] can uncompress '''compress'''ed files.
 +
* [[7-Zip]]
 
* [http://web.archive.org/web/20130702195528/http://www.willus.com/archive/unixcmds.zip Windows port of Compress utility]
 
* [http://web.archive.org/web/20130702195528/http://www.willus.com/archive/unixcmds.zip Windows port of Compress utility]
  
 
== External links ==
 
== External links ==
 
* [[Wikipedia:Compress|Wikipedia article]]
 
* [[Wikipedia:Compress|Wikipedia article]]

Revision as of 23:55, 27 January 2014

File Format
Name compress
Ontology
Extension(s) .Z, .z
MIME Type(s) application/x-compress

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

  • pack - A compressed file format with a similar filename extension.

Software

External links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox