mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
xxhsum: add page (#8947)
This commit is contained in:
parent
9890d6ed8f
commit
1cb2e95ecf
1 changed files with 12 additions and 0 deletions
12
pages/linux/xxhsum.md
Normal file
12
pages/linux/xxhsum.md
Normal 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`
|
Loading…
Add table
Reference in a new issue