Thursday, October 27, 2016

List the contents of a compressed file without extracting all the files

tar file: $ tar -tvf file.tar.gz tar.gz file: $ tar -ztvf file.tar.gz tar.bz2 file $ tar -jtvf file.tar.bz2 List only specific files: $ tar -tvf file.tar 'pattern' Where, t: List the contents. f: process the following file name. v: show detailed information. z: process tar.gz files. j: process tar.bz2 files....

Wednesday, October 26, 2016

Saturday, October 22, 2016

Popular Posts

Recent Posts

Unordered List

Text Widget

Pages

Search This Blog

Powered by Blogger.