SyntaxFix
Write A Post
Hire A Developer
Questions
Create a tar archive file on the fly and pipe that to md5sum:
md5sum
tar c dir | md5sum
This produces a single md5sum that should be unique to your file and sub-directory setup. No files are created on disk.