On 04/24/2015 12:03 AM, Dan Egli wrote:
> I mean something like Norton or McAffee.

You're possibly the only person I've ever met who actually wanted Norton
(or Symantec) AV.  I consider Norton to be malware.  Every time I remove
it from a computer the owner comments on how nice their computer runs now.

I'm sure you could easily write a simple script to make clamscan work
the way you want. For example:

#!/bin/bash
for x in "$@"; do
    clamscan "$x"
done

So abandoning clamscan because the command line arguments don't work the
way you want is unnecessary.  This is Unix after all.  Wrapper scripts
are a good solution.

Kaspersky Labs also has a Linux-based antivirus product.

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to