TLDR
Enter a command. For example: nano, flyctl, theharvester, wp.

sum

 
Compute checksums and the number of blocks for a file. A predecessor to the more modern cksum. More information: https://www.gnu.org/software/coreutils/sum.
 
  • Compute a checksum with BSD-compatible algorithm and 1024-byte blocks:
     
    sum {{file}}
     
  • Compute a checksum with System V-compatible algorithm and 512-byte blocks:
     
    sum --sysv {{file}}

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.