Elmar Stellnberger <[email protected]> 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
