Skip to main content

List the content of a tar file

Task: List the contents of a tar file
tar -tvf file.tar

Task: List the contents of a tar.gz file
tar -ztvf file.tar.gz

Comments

Popular posts from this blog