Bereken SHA512 cryptografische checksums. Meer informatie: https://www.gnu.org/software/coreutils/manual/html_node/sha2-utilities.html.
sha512sum {{pad/naar/bestand1 pad/naar/bestand2 ...}}
sha512sum {{pad/naar/bestand1 pad/naar/bestand2 ...}} > {{pad/naar/bestand.sha512}}
stdin
:{{commando}} | sha512sum
sha512sum --check {{pad/naar/bestand.sha512}}
sha512sum --check --quiet {{pad/naar/bestand.sha512}}
sha512sum --ignore-missing --check --quiet {{pad/naar/bestand.sha512}}
echo {{bekende_sha512_checksum_van_het_bestand}} {{pad/naar/bestand}} | sha512sum --check