Follow-up Comment #2, bug #31298 (project findutils):
findutils already complies with 309:
$ for bin in /usr/bin/find ./find/find ./find/oldfind; do echo "${bin}": $(
"${bin}" --version | head -n 1) ; "${bin}" /tmp -exec echo {} {} +; echo;
done
/usr/bin/find: find (GNU findutils) 4.4.2
/usr/bin/find: Only one instance of {} is supported with -exec ... +
./find/find: find (GNU findutils) 4.5.13-git
./find/find: Only one instance of {} is supported with -exec ... +
./find/oldfind: find (GNU findutils) 4.5.13-git
./find/oldfind: Only one instance of {} is supported with -exec ... +
Same if the "{}" is "rr{}" for example.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?31298>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/