I have just realized there is a simpler way to achieve your goal:
$ find . -name md5.txt -execdir md5sum -c '{}' \;

Reply via email to