- Forums
- Scripts
- How To Find A File In A Tar Archive Without Uncrompessing
lets say you have you file called: mybackups.tar within the mybackups.tar archive, you want to find which files the archive has, one option you can use is the ... [2818], Last Updated: Mon Jun 24, 2024
Webune Support
Sat May 01, 2010
0 Comments
352 Visits
lets say you have you file called: mybackups.tar
within the mybackups.tar archive, you want to find which files the archive has, one option you can use is the
--list option
like this for example
shell command
tar --list mybackups.tar