1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 07:55:28 +02:00
tldr/pages/linux/xxhsum.md
Managor 79b8d3e3b8
*: replace … with individual dots and refresh pages (#16368)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-05-04 10:20:26 +03:00

12 lines
275 B
Markdown

# 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`