On 11/12/2006 10:56, Ian Abbott wrote:
The -d option loads a specific database. What you see above is the result of scanning all the files in the current directory for viruses using that database. You could pass it a specific file to scan to avoid scanning everything in the current directory:

  touch emptyfile
  clamscan -d scam.ndb emptyfile

Or to avoid having an empty file hanging around, scan empty standard input:

  clamscan -d scam.ndb - < /dev/null

--
-=( Ian Abbott @ MEV Ltd.    E-mail: <[EMAIL PROTECTED]>        )=-
-=( Tel: +44 (0)161 477 1898   FAX: +44 (0)161 718 3587         )=-
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html

Reply via email to