diff --git a/pages/linux/xxhsum.md b/pages/linux/xxhsum.md new file mode 100644 index 000000000..1363391fb --- /dev/null +++ b/pages/linux/xxhsum.md @@ -0,0 +1,12 @@ +# xxhsum + +> Print or verify checksums using fast non-cryptographic algorithm xxHash. +> More information: . + +- Calculate the checksum for a file using a specific algorithm: + +`xxhsum -H{{0|32|64|128}} {{path/to/file}}` + +- Run benchmark: + +`xxhsum -b`