On 2013-07-26 Yuri Kanivetsky <[email protected]> wrote: > I recently realized that -execdir {} + passes one match at a time to > a command to be executed, or so it seems:
> $ touch 1 2 3
> $ ls
> 1 2 3
> $ find -execdir echo {} +
> ./.
> ./2
> ./3
> ./1
> $ find --version
> find (GNU findutils) 4.4.2
[...]
> Am I missing something?
This is a known issue in 4.4.*, fixed in the development releases
since 4.5.9. See http://savannah.gnu.org/bugs/?19593
cu Andreas
