Hi,
I just wanted to how to extract a single file (recovery) from a tar.gz file which is 15GB in size..
I just got tips from internet to use the following commands , with which i could not succeed..
tar xzpvf test.tar.gz <filename> . Also as the path to the file is /opt1/data/Word/file1 , i also tried
tar zxpvf test.tar.gz opt1/data/Word/file1
Both the commands does not work.. please help me to solve my issue....
Regards
Start Free Trial