9srv Manual Collection/plan9/gzip(1) | 9srv Manual Collection/plan9/gzip(1) |
---|
gunzip [-ctTvD] [file ...]
bzip2 [-cvD[1-9]] [file ...]
bunzip2 [-cvD] [file ...]
compress [ -cv ] [ file ... ]
uncompress [ -cv ] [ file ... ]
zip [-avD[1-9]] [-f zipfile] file [...]
unzip [-cistTvD] [-f zipfile] [file ...]
Bzip2 and bunzip2 are similar in interface to gzip and gunzip, but use a modified Burrows-Wheeler block sorting compression algorithm. The default suffix for output files is .bz2, with .tar.bz2 becoming .tbz. Bunzip2 recognizes the extension .tbz2 as a synonym for .tbz.
Compress and uncompress are similar in interface to gzip and gunzip, but use the Lempel-Ziv-Welch compression algorithm. The default suffix for output files is .Z. Compress is one of the oldest widespread Unix compression programs.
Zip encodes the named files and places the results into the archive zipfile, or the standard output if no file is given. Unzip extracts files from an archive created by zip. If no files are named as arguments, all of files in the archive are extracted. A directory's name implies all recursively contained files and subdirectories. Zip is the de facto standard for compression on Microsoft operating systems.
None of these programs removes the original files. If the process fails, the faulty output files are removed.
The options are:
9srv Manual Collection/plan9/gzip(1) | Rev: Sun Dec 02 23:42:15 GMT 2007 |