How to .zip a file?

Glad it worked. MD5 is a neat way to check.

I don’t understand the hexadecimal value returned so I’ll just take your word to that until I have the time to dig a bit deeper. Also looked at cksum as finders data size does not appear to give me what I wanted.

Hi, Mark;

From the man page for md5:

Originally written to detect any alteration in an encrypted message, the md5 algorithm is also a great “sameness” checker for copies of a file. It’s fast, apparently “computationally infeasible to produce two messages having the same message digest”, so if the message digests agree, the files are the same. The long hex number doesn’t have any “meaning” - it’s just a signature for the file.