bug-findutils
[Top][All Lists]
Advanced

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

[bug #31298] Track POSIX updates relating to find -exec.


From: James Youngman
Subject: [bug #31298] Track POSIX updates relating to find -exec.
Date: Fri, 11 Jul 2014 21:07:39 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36

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/




reply via email to

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