mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:13:50 +02:00
b2sum: add page (#2335)
This commit is contained in:
parent
d844725836
commit
b1c50c2195
1 changed files with 19 additions and 0 deletions
19
pages/linux/b2sum.md
Normal file
19
pages/linux/b2sum.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# b2sum
|
||||
|
||||
> Calculate BLAKE2 cryptographic checksums.
|
||||
|
||||
- Calculate the BLAKE2 checksum for a file:
|
||||
|
||||
`b2sum {{filename1}}`
|
||||
|
||||
- Calculate BLAKE2 checksums for multiple files:
|
||||
|
||||
`b2sum {{filename1}} {{filename2}}`
|
||||
|
||||
- Read a file of BLAKE2 sums and filenames and verify all files have matching checksums:
|
||||
|
||||
`b2sum -c {{filename.b2}}`
|
||||
|
||||
- Calculate the BLAKE2 checksum from stdin:
|
||||
|
||||
`{{somecommand}} | shasum`
|
Loading…
Add table
Reference in a new issue