[Bug 12881] New: 'find' doesn't combine '-exec ... {} +' with parentheses
bugzilla at busybox.net
bugzilla at busybox.net
Sun May 10 16:48:58 UTC 2020
https://bugs.busybox.net/show_bug.cgi?id=12881
Bug ID: 12881
Summary: 'find' doesn't combine '-exec ... {} +' with
parentheses
Product: Busybox
Version: 1.33.x
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5
Component: Standard Compliance
Assignee: unassigned at busybox.net
Reporter: martijn at inlv.org
CC: busybox-cvs at busybox.net
Target Milestone: ---
BusyBox 'find' cannot combine '-exec ... {} +' with parenthesis arguments. This
should work; it is perfectly valid to use it in more complex 'find'
epxressions.
A simple test case:
$ find /dev/null \( -exec printf '%s\n' {} + \)
$ find /dev/null \( -exec printf '%s\n' {} \; \)
/dev/null
The first command prints nothing with Busybox 'find'; it should print
'/dev/null' like the second.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list