diff --git a/pages/common/sum.md b/pages/common/sum.md new file mode 100644 index 000000000..405d0ba17 --- /dev/null +++ b/pages/common/sum.md @@ -0,0 +1,11 @@ +# sum + +> Compute checksums and the number of blocks for a file + +- Compute a checksum with BSD-compatible algorithm and 1024-byte blocks: + +`sum {{file}}` + +- Compute a checksum with System V-compatible algorithm and 512-byte blocks + +`sum --sysv {{file}}`