How to view results of last clamscan scan?
I scanned pen drive using clamscan and I closed the terminal after scanning without reading the result.
Now one of my folders on the pen drive is missing. I wanted to know if clamav deleted it.
So I want to view the last scan result.
There is no log file by default - the output goes to stdout.
In order to have a log specify it with the -l
option i.e. -l clamav.log
simply create a file e.g. example01.txt with nautilus/file-manager then in terminal
clamscan <-parameter> >> example01.txt