sum: add page

waldyrious/alt-syntax
Hayden Schiff 2016-02-05 11:04:37 -05:00
parent 08d9c7f342
commit d904a0b788
1 changed files with 11 additions and 0 deletions

11
pages/common/sum.md Normal file
View 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}}`