tldr/pages/common/sum.md

12 lines
253 B
Markdown
Raw Normal View History

2016-02-05 16:04:37 +00:00
# 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}}`