Re: [Clamav-users] Suggestion: Read list of files to scan from file/stdin {Scanned}

2004-01-28 Thread Jo Mills
On Wed, Jan 28, 2004 at 08:20:41AM +0100, Tomasz Kojm wrote: On Tue, 27 Jan 2004 15:23:56 -0800 (PST) Ryan Finnie [EMAIL PROTECTED] wrote: find /path -ctime -1 -exec clamscan \{\} \; but that invokes clamscan for EVERY matching file found. Instead, I would like to request that a new

Re: [Clamav-users] Suggestion: Read list of files to scan from file/stdin

2004-01-28 Thread Tomasz Papszun
On Tue, 27 Jan 2004 at 15:23:56 -0800, Ryan Finnie wrote: I was looking for a way to set up a cron job to, once per day, scan only files that have changed in the last day. find works pretty well for that, but the question is how to get the data to clamscan. My first thought was xargs, but

Re: [Clamav-users] Suggestion: Read list of files to scan from file/stdin

2004-01-28 Thread Tomasz Kojm
On Tue, 27 Jan 2004 15:23:56 -0800 (PST) Ryan Finnie [EMAIL PROTECTED] wrote: find /path -ctime -1 -exec clamscan \{\} \; but that invokes clamscan for EVERY matching file found. Instead, I would like to request that a new flag, say -f, be added to clamscan/clamdscan that takes a list of

[Clamav-users] Suggestion: Read list of files to scan from file/stdin

2004-01-27 Thread Ryan Finnie
Hello, I was looking for a way to set up a cron job to, once per day, scan only files that have changed in the last day. find works pretty well for that, but the question is how to get the data to clamscan. My first thought was xargs, but xargs isn't the most consistent when dealing with