2 Nov
2003
2 Nov
'03
04:29
-----Original Message----- From: Tom Nielsen <tom@neuro-logic.com> To: Suse <suse-linux-e@suse.com> Date: Sat, 01 Nov 2003 20:17:10 -0800 Subject: [SLE] How do I extract a directory from a tar file
I backed up my /home directory to backup.zip. Rather than pull everything out, right now I only want to pull out my /images folder. It's under /home/tom/images.
How, if I can, do this?
Thanks, Tom
If the directory is stored in the tar file as: home/tom/images you can extract the directory as follows: tar xf name-of-tar-file home/tom/images and that is all it will extract. Ken Schneider