mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 07:55:28 +02:00

Co-authored-by: Darío Hereñú <magallania@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
12 lines
275 B
Markdown
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`
|