How to view the contents of a tar file

Q:  How do I view the contents of a tar file?

A:  tar -tvf myfile.tar

Comments