List and Remove directories in an archive
- by Tim
I wonder how to list the content and remove some directories in an archive file?
For example, I have an archive file data.tar. I would like to list its content without extracting it. I also would like to remove some directories inside it matching "*/count1000"
Thanks and regards!