SyntaxFix
Write A Post
Hire A Developer
Questions
If you only care about files and not empty directories, this works nicely:
find /path -type f | sort -u | xargs cat | md5sum