xxhsum: add page (#8947)

This commit is contained in:
Suyash Bhawsar
2022-10-12 16:32:12 +05:30
committed by GitHub
parent 9890d6ed8f
commit 1cb2e95ecf

12
pages/linux/xxhsum.md Normal file
View File

@@ -0,0 +1,12 @@
# 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`