Gzip
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
|||
Line 7: | Line 7: | ||
|pronom={{PRONOM|x-fmt/266}} | |pronom={{PRONOM|x-fmt/266}} | ||
}} | }} | ||
− | '''gzip''' is a | + | '''gzip''' is a compressed file format and command line utility used primarily on Unix-style operating systems, but available cross-platform. It uses [[DEFLATE]] compression. |
− | == | + | == Specifications == |
− | + | ||
− | + | ||
* RFC 1952 | * RFC 1952 | ||
+ | |||
+ | == Software == | ||
* [http://www.gzip.org/ Original gzip] | * [http://www.gzip.org/ Original gzip] | ||
* [http://www.gnu.org/software/gzip/ GNU gzip] | * [http://www.gnu.org/software/gzip/ GNU gzip] | ||
+ | |||
+ | == Links == | ||
+ | * [[Wikipedia:gzip|Wikipedia article]] |
Revision as of 01:14, 2 May 2013
gzip is a compressed file format and command line utility used primarily on Unix-style operating systems, but available cross-platform. It uses DEFLATE compression.