Todd C. Miller <[email protected]> wrote: > The point of that example is to show how to safely use xargs. Since > find now has its own built-in xargs support perhaps we should adapt > the example to use that instead.
Does it not matter that the xargs solution is maximally portable in scripts, but the builtin isn't (widely implimented... but...)
