
6 Apr
2010
6 Apr
'10
10:07 a.m.
On Tue, Apr 6, 2010 at 9:43 AM, saich <saiched@gmail.com> wrote:
Skunks is there a command in linux that can help me untar a specific sub-directory within a tarred dir without uncompressing the whole directory. I only need contents in the subdirectory untarring the entire directory will take ages and i dont have the diskspace
did you try man?
From "man tar" tar -xzf foo.tar.gz blah.txt extract the file blah.txt from foo.tar.gz
Hint: if you have a large archive then: -t, --list will list the contents of an archive. You can pipe this to a text file and view that so you know exactly what to extract. BR, S -- Sent from my socksĀ®