mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 10:18:51 +03:00
xxhsum: add page (#8947)
This commit is contained in:
parent
9890d6ed8f
commit
1cb2e95ecf
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…
Reference in New Issue
Block a user