1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/xxhsum.md

13 lines
284 B
Markdown
Raw Normal View History

2022-10-12 16:32:12 +05:30
# 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`