find's options
Albretch Mueller
lbrtchx at gmail.com
Fri Nov 9 11:48:45 UTC 2012
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
~
Or maybe there are ways to craft a one-liner serving the same purpose ...
~
Is there a way to run such a one liner in busybox?
~
thanks
lbrtchx
More information about the busybox
mailing list