Benno Schulenberg <bensb...@telfort.nl> ha escrit: > Each NAME in the synopsis above is interpreted as an archive > member name when the main command is ... or ‘--update’ (‘-u’).
That's right, but ... > when doing: > > tar -cvf ball doc/*.texi > echo extra >>doc/recipes.texi > tar -uvf ball --wildcards 'doc/r*.texi' > tar -uvf ball doc/r*.texi > > the penultimate command (specifying member names) does nothing; That's because update mode worked well with exact name matches, but mishandled wildcards. I have fixed it in commit 10954cf16399d5e7d846ff4fedb9b7d0240fcb9c. Thanks for spotting the bug! Regards, Sergey