And, eventually, I found the string:
find /tmp/some_dir/ -type d | while read dir; do md5sum -c ${dir}/md5sum.txt ; done

Unfortunately, for some reason (probably the folder naming), I can't apply it to for the task I need, yet.

Reply via email to