COMMAND sha256sum
USAGE [FILES]...
DESCRIPTION Computes and prints the SHA-256 hash of each file.
ARG1 FILES
ARG1DESCRIPTION Specifies the paths to the files to hash.
EXAMPLE1 sha256sum /halyde/apps/fetch.lua
EXAMPLE2 sha256sum a.txt b.txt
EXAMPLE1DESCRIPTION Computes and prints the SHA-256 hash of fetch.lua in the /halyde/apps directory.
EXAMPLE2DESCRIPTION Computes and prints the SHA-256 hashes of a.txt and b.txt in the current working directory.
