bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -execdir command {} + executes one command per file


From: Andreas Metzler
Subject: Re: -execdir command {} + executes one command per file
Date: Fri, 26 Jul 2013 07:51:29 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On 2013-07-26 Yuri Kanivetsky <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]