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