On Wed, Nov 21, 2007 at 10:45:12AM +0000, Tony Mountifield wrote: ...
Maybe, but unless it works on CentOS 5, it is irrelevant to this list.
it works on CentOS-5 (findutils-4.2.27-4.1)
It certainly is not available in the "find" on CentOS 4:
The request was specific on CentOS-5. What's you point?
[root@hostname ~]# find /home/user/ -type f -exec echo {} + : find: missing argument to `-exec'
you would have the syntax wrong: find /home/user/ -type f -exec echo {} +
but it's not available on CentOS-4 (findutils-4.1.20-7.el4.3) nor CentOS-3 (findutils-4.1.7-9.).
Cheers.
Tru