hello,
try gunzip -c filename.tgz | tar -t
Hi,
I know that tar -t *.tar will list the files of a tar file
but it doesn't work for tar.gz or .tgz files
is there a way of list in the files in these w/ out decompressing them first?
thanx,
hello,
try gunzip -c filename.tgz | tar -t
Bookmarks