|
INES retrieval: file decompression and extraction |
Compression Filename Unix Command gzip file.tar.gz gunzip file.tar bzip2 file.tar.bz2 bunzip2 file.tar.bz2 compress file.tar.Z uncompress file.tar
tar file.
tar command.
tar2VMS utility.
tar file first check it to see which files are
included and where they will be unloaded. The following
examples are valid for Unix systems:
tar file:
tar tf file.tar
tar file in verbose
mode:
tar xvf file.tar
ZIP is a compression/archive program; the
unzip program will list, test, or extract files from a
ZIP archive. The default behavior is to
extract into the current directory (and subdirectories
below it) all files from the specified ZIP
archive. The following commands may be useful on a Unix
system:
ZIP archive file:
unzip -t file
ZIP archive file:
unzip -l file
ZIP archive file:
unzip file