This sounded like a good idea, so I gave it a try. After spending a
few hours to script the softlinks I got it to work for small file
lists, but it still doesn't work for lots of files (~5000). When I
run 'clamscan /tmp/clamscan/*' I get the following error:
/usr/bin/clamscan: Argument list too long
this could be circumvented with xargs:
cd /tmp/clamscan
find . -type f -print0 | xargs -0 clamscan
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html