snippetbashTip
xxhsum — Print or verify checksums using fast non-cryptographic algorithm xxHash. More information: <https://
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 -bCode Snippets
Calculate the checksum for a file using a specific algorithm
xxhsum -H{{0|32|64|128}} {{path/to/file}}Run benchmark
xxhsum -bContext
tldr-pages: linux/xxhsum
Revisions (0)
No revisions yet.