sum: add page
This commit is contained in:
11
pages/common/sum.md
Normal file
11
pages/common/sum.md
Normal file
@@ -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}}`
|
Reference in New Issue
Block a user