James Youngman scripsit:

> If such concern is excessive, it would not have been necessary for
> POSIX to invent "find ... -exec ... {} +".   Nor for GNU to invent
> "find -print0" or "sort -z".

It's not quite so simple.  "find -print0" and "xargs -print0", its
counterpart, let people deal with pathnames that contain spaces
as well as newlines.  That's not a problem for "comm" or its
friends.

For the most part, text tools are based around newline delimitation.
There is no particular reason AFAIU to single out 'comm' here.  If
you want to retrofit zero-delimited records into all the coreutils
(and 'awk' and many others too) that's a different matter.

-- 
Not to perambulate                 John Cowan <[EMAIL PROTECTED]>
    the corridors                  http://www.ccil.org/~cowan
during the hours of repose
    in the boots of ascension.       --Sign in Austrian ski-resort hotel


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to