On 26/01/10 12:01, Pádraig Brady wrote:
I'm thinking of pushing both the doc change (that join -t '\0' operates on whole line usually) and the new functionality: (that join -t '' always operates on the whole line) as mentioned below...
I just pushed that with 2 new tests. NEWS documents the change in behavior as: join -t '' no longer emits an error and instead operates on each line as a whole (even if they contain NUL characters). cheers, Pádraig.