uncompress Top Level

uncompress

    Quick and Concise Document

    Beginners

uncompress QCD Help

 Command                    Description
 -------                    -----------
 uncompress filename        Expand a compressed file back to its 
                            original state.

 uncompress -f filename     Force uncompression whether or not the 
                            file can be expanded or the corresponding 
                            uncompressed file already exists.

 uncompress -v filename     Print the percentage increase and 
                            additional error message information.

 uncompress -c filename     Write to standard output, will not change 
                            the file.


uncompress Beginner Help


Use the uncompress command to expand a compressed file back to its
original state:

   world%  uncompress large.txt.Z

The uncompress utility will uncompress the file and rename it to
large.txt.  

The -f option will force uncompression of a filename.Z, even if it
does not actually expand or the corresponding filename already exists.
Except when run in the background under /bin/sh, if -f is not given
the user is prompted as to whether an existing filename should be
overwritten.

The -v option causes the printing of the percentage expansion of each
file and additional error message(s) information.

Use the -c option to make uncompress write to the standard output; no
files are changed.  This option is useful for reviewing the content of
a large, compressed file without having to expand it to its original
size, saving diskspace usage.  The nondestructive behavior of the zcat
command is identical to that of uncompress -c.

   world%  uncompress -c large.txt.Z


HOME Top of Help Desk Eye On The World  The World Kiosk

             For further assistance, please send an email 
                   request to support@world.std.com

        Copyright 1995 Software Tool & Die, Inc.  All Rights Reserved.

   Software Tool & Die, Inc., 1330 Beacon St. Suite 215 Brookline, MA 02146