Hi there,
On Sun, 27 Nov 2022, Jorge Elissalde via clamav-users wrote:
> Is there a way to get the count of scanned files for a "SCAN folder"
> command?
The question lacks context, but maybe something like this instead?
find /path/ -type f | xargs -I'{}' clamdscan '{}'
--
73,
Ged.