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