md5 hash on multiple files

Joined
Feb 17, 2011
Messages
1
Reaction score
0
Points
1
I am trying to create a shorter method to create a single log file containing md5 hash information for all files within a folder. I can currently do this by manually entering each file path, but there has to be a better way. Currently I am using something like

md5 filename | open -f

with either one or more filenames. It isn't a problem for one file, but is there a simple way to script this so that with a single folder reference you can create a log file containing the md5 hash for each file within the folder?
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top