[PATCH 2/2] find: implement 'find -exec ... {} +' option

Denys Vlasenko vda.linux at googlemail.com
Tue Jun 17 13:06:08 UTC 2014


On Wed, Jun 11, 2014 at 11:07 PM, Bartosz Golaszewski
<bartekgola at gmail.com> wrote:
> This patch implements the missing feature in find. It's configurable
> and doesn't add any bloat when configured out.

try

find /usr -name '*s*' -a -exec echo Q {} +

with your patch.


More information about the busybox mailing list