tar -tzf file.tar.gz
-t: lists files-f: instructs tar to deal with the following filename (file.tar.gz)-z: informs tar that the it's dealing with a gzip file (-j if it's bzip2)
Post a Comment
No comments:
Post a Comment