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