I'd like to find an md5sum (or similar calculation) of a folder without compressing it into an archive.
For example, if in the folder MyFolder we have the files 1.txt, 2.txt and 3.txt, containing:
1.txt
The text into 1.txt
2.txt
The text into 2.txt
3.txt
The text into 3.txt
How can I calculate the md5sum of this entire MyFolder? Is there a way? I want to use this to verify if two folders have the same contents.
This can be util to verify if two cds or folders are equal. I'd like a easy way to do it.