Hi. I have search hi-and-low for this. Google, Yahoo, Ask.com, looked at the official website for Tar, but still no luck.
Is it possible to extract *one* file from a .tar file, into a given directory, in the command. Something like;
`tar -xof /full/path/to/file.tar file.txt > /path/to/extraxct/to`
I'm ultimatly trying to do this with PHP, so its vital I can do it in one command
Cheers
Andy
Is it possible to extract *one* file from a .tar file, into a given directory, in the command. Something like;
`tar -xof /full/path/to/file.tar file.txt > /path/to/extraxct/to`
I'm ultimatly trying to do this with PHP, so its vital I can do it in one command
Cheers
Andy