xxhsum: add page (#8947)

pull/1/head
Suyash Bhawsar 2022-10-12 16:32:12 +05:30 committed by GitHub
parent 9890d6ed8f
commit 1cb2e95ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

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`