LinuxCommandLibrary

xxhsum

Print or verify checksums using fast non-cryptographic algorithm xxHash.

TLDR

Calculate the checksum for a file using a specific algorithm

$ xxhsum -H[0|32|64|128] [path/to/file]
copy


Run benchmark
$ xxhsum -b
copy

Copied to clipboard