b2sum
Verified for current stable LTS
B2sum Commands
B2sum command syntax with verified terminal examples.
Commands
7 commands for B2sum
b2sum Operations
B2sum Command: Calculate Checksum
b2sum <path/to/file1 path/to/file2 ...> b2sum Operations
B2sum Command: Save Checksum To File
b2sum <path/to/file1 path/to/file2 ...> > <path/to/file>.b2 b2sum Operations
B2sum Command: Checksum From Stdin
<command> | b2sum b2sum Operations
B2sum Command: Verify Checksums
b2sum -c <path/to/file>.b2 b2sum Operations
B2sum Command: Quiet Missing Files
b2sum -c --quiet <path/to/file>.b2 b2sum Operations
B2sum Command: Quiet Ignore Missing Files
b2sum --ignore-missing -c --quiet <path/to/file>.b2 b2sum Operations
B2sum Command: Check Known Checksum
echo <known_blake2_checksum_of_the_file> <path/to/file> | b2sum -c Suggest a B2sum Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common B2sum workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.