[Toybox] [PATCH] find: add -printf support.

enh enh at google.com
Fri May 24 16:06:53 PDT 2019


This only implements the format specifiers that I've seen used in the
wild (which is actually a significant fraction of the total supported by
findutils' find). The most obvious gap is in the time support. I'm happy
to add more, but didn't want to add stuff "just because".

I'd say %A@, %C@, and -- for SELinux users -- %Z are probably the most
plausibly useful formats still missing. I don't think the human-readable
date formatting is particularly useful unless someone's seen it actually
used in the wild. The %T+ "full ISO" format being the most likely
exception to that.

Anyway, this is enough for me get started building AOSP with toybox find.
---
 lib/lib.c         |  2 +-
 toys/posix/find.c | 83 ++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 80 insertions(+), 5 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-find-add-printf-support.patch
Type: text/x-patch
Size: 5723 bytes
Desc: not available
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20190524/1ebe412e/attachment-0002.bin>


More information about the Toybox mailing list