Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

md5 command inside of .mpkg directories?

Hello.


I found out that .mpkg is actually directory and not a file. Is that correct? I was using Mac OS X 10.7.4's Terminal's md5 command to compare files until it said .mpkg was a directory. I also cannot seem to find a way to make it MD5 recursively. Is there a way to do this? I am basically comparing a burned CD files and my local copies.


Thank you in advance. 🙂

Posted on Jul 6, 2012 3:47 PM

Reply
Question marked as Best reply

Posted on Jul 6, 2012 5:20 PM

cd whatever.mpkg

find . -type f -exec md5 -r {} \;

2 replies

md5 command inside of .mpkg directories?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.