Bruno Haible <[email protected]> writes:

> Collin Funk wrote:
>>     Verify the SHA256 checksum with the sha256sum program.
>
> NetBSD and OpenBSD (without GNU coreutils) don't have sha256sum. They
> have sha256 instead.
>
> FreeBSD has both sha256 and sha267sum.
>
> macOS has neither; there, "shasum -a 256" needs to be used.

Thanks for the explanation. I was confused by your original message
because I did not know the 'sha256' program existed on NetBSD.

How is the following text instead?

    Verify the SHA256 checksum with either sha256sum, sha256, or
    shasum -a 256.

Collin

Reply via email to