
The gzip home page
gzip is a single-file/stream lossless data compression utility, where the resulting compressed file generally has the suffix .gz. gzip also refers to the associated compressed data format used by the utility.
gzip - Wikipedia
gzip is a file format and a software application used for file compression and decompression. The program was created by Jean-loup Gailly and Mark Adler as a free software replacement for the compress program used in early Unix systems, and intended for use by GNU (from which the "g" of gzip is derived).
Gzip Command in Linux | Linuxize
2023年12月13日 · Gzip is one of the most popular compression algorithms that allows you to reduce the size of a file and keep the original file mode, ownership, and timestamp. Gzip is the algorithm that is used by web servers to compress pages and assets before sending it …
Gzip Command in Linux - GeeksforGeeks
2025年3月7日 · The gzip command in Linux is a versatile tool for compressing and decompressing files. By learning how to use gzip and its various options, you can easily manage file sizes, create compressed archives , and optimize storage on your Linux system .
Gzip - GNU Project - Free Software Foundation
2020年8月9日 · GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU project. Mark Adler wrote the decompression part. We developed this program as a replacement for compress because of the Unisys and IBM patents covering the LZW algorithm used by compress.
Gzip for Windows - GnuWin32
gzip (GNU zip) is a compression utility designed to be a replacement for compress. Its main advantages over compress are much better compression and freedom from patented algorithms. You can also download the files from the GnuWin32 files page. New releases of the port of this package can be monitored.
How to Use the gzip Command in Linux - Linux Handbook
2023年4月26日 · The gzip command allows you to tweak the compression as per your preference. So if you go for the best speed, you get the least amount of compression. And if you are willing to spend some extra time, you can have the best compression possible.
gzip Command: How to Compress & Decompress Files in Linux
2025年3月9日 · Learn to efficiently compress and decompress Linux files using gzip with our detailed guide. Enhance file transfer and optimize disk space today!
Content-Encoding - HTTP | MDN - MDN Web Docs
2025年4月3日 · gzip. A format using the Lempel-Ziv coding (LZ77), with a 32-bit CRC. This is the original format of the UNIX gzip program. The HTTP/1.1 standard also recommends that the servers supporting this content-encoding should recognize x-gzip as an alias, for compatibility purposes. compress. A format using the Lempel-Ziv-Welch (LZW) algorithm.
GNU Gzip
1970年1月1日 · gzip reduces the size of the named files using Lempel–Ziv coding (LZ77). Whenever possible, each file is replaced by one with the extension ‘.gz ’, while keeping the same ownership modes, access and modification times. (The default extension is ‘ z ’ for MSDOS, OS/2FAT and Atari.)