TLDR
Enter a command. For example: zgrep, lsblk, udisksctl, pacman query.

clamav

 
Open-source anti-virus program. Designed especially for e-mail scanning on mail gateways, but can be used in other contexts. More information: https://www.clamav.net.
 
  • Update virus definitions:
     
    freshclam
     
  • Scan a file for viruses:
     
    clamscan {{path/to/file}}
     
  • Scan directories recursively and print out infected files:
     
    clamscan --recursive --infected {{path/to/directory}}
     
  • Scan directories recursively and move them into quarantine:
     
    clamscan --recursive --move={{directory}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.