From 1cb2e95ecf1c2da090208e5d1c0c746137973f1b Mon Sep 17 00:00:00 2001 From: Suyash Bhawsar Date: Wed, 12 Oct 2022 16:32:12 +0530 Subject: [PATCH] xxhsum: add page (#8947) --- pages/linux/xxhsum.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/xxhsum.md 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`