mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 10:44:55 +02:00
commit
94ef83b235
1 changed files with 12 additions and 0 deletions
12
pages/common/sum.md
Normal file
12
pages/common/sum.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# sum
|
||||
|
||||
> Compute checksums and the number of blocks for a file.
|
||||
> A predecessor to the more modern `cksum`.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue