1. file.tar.gz gzip -dc file.tar.gz | tar tvf - 2. file.tar.bz2 bzip2 -dc file.tar.bz2 |tar tvf - 3. file.tar tar tvf file.tar
不解压直接查看tar包内容
原文:http://www.cnblogs.com/wangkongming/p/4013403.html