## Name checksum - helper program for calculating checksums ## Synopsis `$ md5sum ` `$ sha1sum ` `$ sha256sum ` `$ sha512sum ` ## Description This program calculates and print specified checksum of files. It cannot be run directly, only as `md5sum`, `sha1sum`, `sha256sum` or `sha512sum`.