How to create a SHA256SUMS file?
Probably not the best solution, but it worked for me:
cd directory
sha256sum -b * > SHA256SUMS
Don't know what it does if there are sub-directories in directory. For documentation see DavidPostill's answer.
Probably not the best solution, but it worked for me:
cd directory
sha256sum -b * > SHA256SUMS
Don't know what it does if there are sub-directories in directory. For documentation see DavidPostill's answer.