不解压直接查看tar包内容

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

 

posted @ 2014-10-09 15:04  KoMiles  阅读(44965)  评论(0编辑  收藏  举报