Can someone explain what is the difference between md5sum and cksum, when I compare 2 binary files.
One difference I know is cksum gives the number of "bytes" also along with the checksum value, which md5sum doesn't give.
But my question is to compare 2 binary files, I can chose to use any of these at my will, or they have any specific purposes as well, for specific situations.
Thanks in advance for your help