Wednesday, January 4, 2012

Check MD5 Hash on Mac OS X

The following command can be used to calculate the md5sum of a file on a Mac running OSX, functioning the same as the md5sum command in Linux...

$ md5 -r /path/to/file/filename.ext

No comments: