mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 01:18:00 +01:00
sum: add page
This commit is contained in:
parent
08d9c7f342
commit
d904a0b788
1 changed files with 11 additions and 0 deletions
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}}`
|
Loading…
Reference in a new issue