List files in tar.gz file
paul
posted @ Mon, 02 Mar 2009 22:10:52 +0800
in coding life
, 1454 readers
1) zcat your_file.tar.gz | tar --list
2) tar -ztvf your_file.tar.gz
This work is licensed under a Creative Commons Attribution 3.0 Unported License.