April 2015
Intermediate to advanced
556 pages
17h 47m
English
A listing of files in a zip file is given by zipinfo.
You can get a similar listing for tar files
by using the command-line tool tar:
# /usr/bin/tar tf MyFiles.tar
If the tar file is also compressed, just add a z to the flags:
# /usr/bin/tar tzf MyFiles.tgz
Extend ZIPspector to deal with .tar and .tgz files.