mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 02:35:24 +02:00
b2sum: fix file names
This commit is contained in:
parent
41b497b4e1
commit
1939709fa8
1 changed files with 4 additions and 4 deletions
|
@ -5,16 +5,16 @@
|
|||
|
||||
- Calculate the BLAKE2 checksum for a file:
|
||||
|
||||
`b2sum {{filename1}}`
|
||||
`b2sum {{path/to/file}}`
|
||||
|
||||
- Calculate BLAKE2 checksums for multiple files:
|
||||
|
||||
`b2sum {{filename1}} {{filename2}}`
|
||||
`b2sum {{path/to/file1}} {{path/to/file2}}`
|
||||
|
||||
- Read a file of BLAKE2 sums and filenames and verify all files have matching checksums:
|
||||
|
||||
`b2sum -c {{filename.b2}}`
|
||||
`b2sum -c {{path/to/file.b2}}`
|
||||
|
||||
- Calculate the BLAKE2 checksum from stdin:
|
||||
|
||||
`{{somecommand}} | b2sum`
|
||||
`{{some_command}} | b2sum`
|
||||
|
|
Loading…
Add table
Reference in a new issue