System Grab Bag

View all TLDR pages from common (or from all pages)

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 {{path/to/file}}
  • Compute a checksum with System V-compatible algorithm and 512-byte blocks:
    sum --sysv {{path/to/file}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.