| Summary: | find {} + not implemented | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Bernhard Reutner-Fischer <aldot> |
| Component: | Standard Compliance | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
Will this simplistic patch satisfy you? http://git.busybox.net/busybox/commit/?id=a61ff51b49478345bdfc05d88b4d9df372faa6b9 No, this doesn't satisfy me, it's pretty wrong to silently do that since it violates user expectations. I'm reopening this enhancement bug as a reminder for this TODO. Fixed in git: commit 14158b4127dba30466c50147b868a6a89702960b Author: Bartosz Golaszewski <bartekgola@gmail.com> Date: Tue Jun 17 17:09:17 2014 +0200 find: add optional support for '-exec ... {} +' |
$ grep -A3 'implement {} +' findutils/find.c //TODO: implement {} + (like xargs) // See: // find findutils/ -exec echo ">"{}"<" \; // find findutils/ -exec echo ">"{}"<" +