find's options

Denys Vlasenko vda.linux at googlemail.com
Tue Nov 13 15:17:43 UTC 2012


On Fri, Nov 9, 2012 at 12:48 PM, Albretch Mueller <lbrtchx at gmail.com> wrote:
>  based on the listed options for "find"
> ~
>  busybox.net/downloads/BusyBox.html
> ~
>  you can't run it with -printf % format and exec command {} + directives, a la:
> ~
>  find . -type f -printf '%Ts,%As,%Cs,"%u","%g,"%p",%d,%s, ' -exec md5sum {} \;
> ~
>  It would be very nice to be wrong ;-) or if find would come with all its glory

-exec with {} is supported, -printf is not.

-- 
vda


More information about the busybox mailing list