I can't find a third party app to create a MD5 checksum of folders and subfolders. The closest I got was checksum+, but the programs doesn't handle large folders; it freezes.
So I would like to go into Terminal and do it manually. Can someone share the command line to create:
a MD5 checksum of a folder and its subfolders and output it to a txt file.
a way then to use that outputted text file for file verification. My initial thinking is that I would have to create another MD5 checksum of the copied folder and then use a difference type command to compare the text files?
Thanks for reading. Any help is appreciated.
So I would like to go into Terminal and do it manually. Can someone share the command line to create:
a MD5 checksum of a folder and its subfolders and output it to a txt file.
a way then to use that outputted text file for file verification. My initial thinking is that I would have to create another MD5 checksum of the copied folder and then use a difference type command to compare the text files?
Thanks for reading. Any help is appreciated.