bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] tar ignores -T file list


From: Sergey Poznyakoff
Subject: Re: [Bug-tar] tar ignores -T file list
Date: Fri, 01 May 2009 20:00:41 +0300

Elmar Stellnberger <address@hidden> ha escrit:

> When trying to extract parts of kdebase-3.5.10.tar.bz2, which is part of
> the .src.rpm of OpenSuse11.1 tar simply ignores my file list passed by
> the -T parameter.

No, it does not ignore it. The file contains `kdebase-3.5.10/', which
instructs tar to extract this directory, and everything it contains.
Either remove `kdebase-3.5.10/' from `tmpfile', or use the
--no-recursion option before -T, e.g.:

  tar -xvj --no-recursion -T tmpfile <kdebase3/kdebase-3.5.10.tar.bz2

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]