Bereken BLAKE2 cryptografische checksums. Meer informatie: https://www.gnu.org/software/coreutils/manual/html_node/b2sum-invocation.html.
b2sum {{pad/naar/bestand1 pad/naar/bestand2 ...}}
b2sum {{pad/naar/bestand1 pad/naar/bestand2 ...}} > {{pad/naar/bestand.b2}}
stdin
:{{command}} | b2sum
b2sum --check {{pad/naar/bestand.b2}}
b2sum --check --quiet {{pad/naar/bestand.b2}}
b2sum --ignore-missing --check --quiet {{pad/naar/bestand.b2}}
echo {{bekende_blake2_checksum_van_het_bestand}} {{pad/naar/bestand}} | b2sum --check