On 12-11-2025 11:44, Sergey Poznyakoff wrote: > > Command `tar -vuf test.tar -T filelist.txt` unconditionally adds files > > from filelist.txt. > > I cannot reproduce this. Can ypu provide a recipe?
Sorry, seems like the leading '/' was the problem. Probably, GNU tar considers the filelist entry as a *different* file before removing the leading '/' and adds it unconditionally. And the previous version of GNU tar worked the same way (my script used BSD version). I don't know if this can be considered a bug or a feature. ;) -- Best regards, Mikhail.
