bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21712: Suspected bug in find -exec '+'


From: Bernhard Voelker
Subject: bug#21712: Suspected bug in find -exec '+'
Date: Mon, 19 Oct 2015 18:40:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]