Uncompress
From Wikipedia, the free encyclopedia
- The correct title of this article is uncompress. The initial letter is shown capitalized due to technical restrictions.
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