Help for this page
$ find . -type f -print0 | xargs -0 md5sum >checksums
$ md5sum -c checksums 2>&1 | grep -q FAILED\$ && echo FAIL