uncompress
From Wikipedia, the free encyclopedia
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (December 2009) |
|
|
It has been suggested that this article or section be merged into compress. (Discuss) Proposed since January 2011. |
uncompress is a shell command in Unix-like environments.
The uncompress utility will restore files to their original state after they have been compressed using the compress utility. If no files are specified, the standard input will be uncompressed to the standard output.
This utility supports the uncompressing of any files produced by compress. For files produced by compress on other systems, uncompress supports 9- to 16-bit compression.
[edit] Usage
The uncompress command options are specified like this:
uncompress switches files
[edit] Switches
uncompress has a number of command line options, or "switches", that can modify the output. Some of these options are
-f: force. If given, uncompress will not prompt for overwriting files.-v: verbose. List all files as they are being uncompressed