Bill Landry wrote:

> 
> I guess I will have to change this to "-exec {} \;" with my next update,
> even though it's much slower than the "-exec {} +" variant.
> 
> Thanks for the feedback!
> 

It is a Posix vs Gnu issue.

"Find" overview from 
http://www.softpanorama.org/Tools/Find/find_mini_tutorial.shtml:

... There are several versions of find with the main two being POSIX find used 
in Solaris, AIX, etc and GNU find used in linux. GNU find can be installed on 
Solaris and AIX and it is actually a strong recommendation as there are some 
differences; moreover gnu find have additional capabilities that are often 
useful.

The problem child is Linux. You could label your script as supporting only 
Linux 
and be done with it or you can fall back to the common denominator capability 
all Unices and Linux share.

dp


_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to