On Apr 24, 2009, at 9:24 AM, Bill Landry wrote:
>> Some versions of 'find' don't understand the 'exec {} +' construct,  
>> so
>> it might be safer not to use it.
>
> I guess I'll have to change this to "exec {} \;" even though it's much
> slower as it executes each command serially versus batch mode.

How about "find -print0 | xargs -0", falling back to -print if -print0  
is not supported...?

Regards,
-- 
-Chuck

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

Reply via email to