md5sum [ file ... ]
Md5sum prints the MD5 message digest (as 32 hexadecimal digits) and the name of each file, separated by a tab, one per line. If no files are given, the standard input is read.
Sha1sum is similar, but uses the US National Institute of Standards and Technology's secure hash algorithm SHA1 instead of MD5. For each file, it prints its SHA1 secure hash (as 40 hexadecimal digits) and the file's name, separated by a tab, one per line. If no files are given, sha1sum reads the standard input.
SUM(1 ) | Rev: Thu Feb 15 14:42:47 GMT 2007 |