System Grab Bag

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

xxhsum

Print or verify checksums using fast non-cryptographic algorithm xxHash. More information: https://github.com/Cyan4973/xxHash.
  • Calculate the checksum for a file using a specific algorithm:
    xxhsum -H{{0|32|64|128}} {{path/to/file}}
  • Run benchmark:
    xxhsum -b

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.