Calculate BLAKE3 cryptographic checksums. More information: https://github.com/BLAKE3-team/BLAKE3/tree/master/b3sum.
b3sum {{path/to/file1 path/to/file2 ...}}
b3sum {{path/to/file1 path/to/file2 ...}} > {{path/to/file.b3}}
stdin:{{command}} | b3sum
b3sum {{[-c|--check]}} {{path/to/file.b3}}
b3sum {{[-c|--check]}} --quiet {{path/to/file.b3}}
echo {{known_blake3_checksum_of_the_file}} {{path/to/file}} | b3sum {{[-c|--check]}}