Click to See Complete Forum and Search --> : tar ..untar one file


toolshed
10-01-2004, 04:28 PM
I have my system backed up on hard drive. I want to extract just one file from the .tar.gz file.

How can I extract just one file from a .tar.gz instead of the untarring the whole .tar.gz file?

Icarus
10-01-2004, 04:35 PM
tar zxvf archivename.tar.gz file-to-extract

"man tar" will have the details ;)