How to view the contents of a tar archive without extracting it using the Command Line

H

How Can We Help?

How to view the contents of a tar archive without extracting it using the Command Line

Run the below command to see the contents of the archive without extracting.

tar -tf archive.tar

The option -t will list the file contents and -f refers to the file archive.

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me