Uncompress
uncompress is a shell command in Unix-like environments.
The <tt>uncompress</tt> 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.
Usage
The <tt>uncompress</tt> command options are specified like this:
<tt>uncompress switches files </tt>
Switches
<code>uncompress</code> has a number of command line options, or "switches", that can modify the output. Some of these options are <code>-f</code>: force. If given, uncompress will not prompt for overwriting files. <code>-v</code>: verbose. List all files as they are being uncompressed
|