overview
Use checksums to verify file integrity by reading their SHA hash digest.
use
shasum [OPTIONS] FILE # reads SHA-1 sum for FILE
Options:
--algorithm <n># Use hash algorith n where n is1(default),224,256,384,512,512224,512256.- Note:
512224is 512/224 and512256is 512/256.
- Note:
--binaryRead in binary mode (default =--textmode)--UNIVERSALRead in universal newlines mode (produces the same digest on Windows/Unix/Mac)