What is the syntax to extract a tar file from within a tar file? FOr example: I have a CD that has a several large tar files on it(let's call them tarA1.tar, tarA2.tar, etc). Each one is composed of some files and yet more tars (Let's call these tarB1.tar, tarB2.tar, etc) I want to extract just one of these B level tar files. Everything I seem to try just reads the CDROM with no action. I have tried: tar -xvf /cdrom/tarA1.tar tarB1.tar . and many permutations of it.
Any suggestions??
Thanks!!
mxw128
Any suggestions??
Thanks!!
mxw128