mcd wrote:
Basically I want to continue on with what some of the people on this list were saying about using tripwire (or something similar) to just scan files on a system that have changed. I wouldn't want to call clamscan multiple times each with one file, but rather call it once with a big list of files to scan.
Just feed the file names to clamscan. clamscan file1 file2 file3 etc Or if the files are listed in some file (file_list for example) somewhere you can always do: clamscan `cat file_list` Steve _______________________________________________ http://lurker.clamav.net/list/clamav-users.html
