You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

NAME

gunzip - uncompress files

SYNOPSIS

gunzip FILE ...

DESCRIPTION

gunzip takes a list of files and creates an uncompressed file for each file whose name ends with .gz, the newly created uncompressed files have the same file name as the original ones but without the .gz extension.

EXAMPLES

gunzip sample.gz

NOTES

The compressed file is only expanded if it is newer than the destination file, or when the destination file does not exist.

SEE ALSO

gzip
tar
zip
unzip



  • No labels