I need help to extract a tar file inside a tar. I can extract the parent tar and then untar the child tar but trying to see if there any way to just extract the child tar without untaring parent tar..
eg:
tar -tf parent.tar
parent/
parent/child.tar
parent/file1
parent/file2
parent/file3