Bereken SHA1 cryptografische checksums. Meer informatie: https://www.gnu.org/software/coreutils/sha1sum.
sha1sum {{pad/naar/bestand1 pad/naar/bestand2 ...}}
sha1sum {{pad/naar/bestand1 pad/naar/bestand2 ...}} > {{pad/naar/bestand.sha1}}
stdin
:{{commando}} | sha1sum
sha1sum --check {{pad/naar/bestand.sha1}}
sha1sum --check --quiet {{pad/naar/bestand.sha1}}
sha1sum --ignore-missing --check --quiet {{pad/naar/bestand.sha1}}
echo {{bekende_sha1_checksum_van_het_bestand}} {{pad/naar/bestand}} | sha1sum --check