On 10/19/2015 05:48 PM, Eric Blake wrote:
[...]. In fact, I'd argue that:find . -exec echo Prefix{}Suffix + should be a usage error, [...]
It is:
$ find . -exec echo Prefix{}Suffix +
find: In ‘-exec ... {} +’ the ‘{}’ must appear by itself, but you specified
‘Prefix{}Suffix’
$ find --version
find (GNU findutils) 4.5.14
[...]
Have a nice day,
Berny
