HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

xxhsum — Print or verify checksums using fast non-cryptographic algorithm xxHash. More information: <https://

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandchecksumsxxhsumcliprintfastusingverify
linux

Problem

How to use the xxhsum command: Print or verify checksums using fast non-cryptographic algorithm xxHash. More information: <https://manned.org/xxhsum>.

Solution

xxhsum — Print or verify checksums using fast non-cryptographic algorithm xxHash. More information: <https://manned.org/xxhsum>.

Calculate the checksum for a file using a specific algorithm:
xxhsum -H{{0|32|64|128}} {{path/to/file}}


Run benchmark:
xxhsum -b

Code Snippets

Calculate the checksum for a file using a specific algorithm

xxhsum -H{{0|32|64|128}} {{path/to/file}}

Run benchmark

xxhsum -b

Context

tldr-pages: linux/xxhsum

Revisions (0)

No revisions yet.