Sample Header Ad - 728x90

What's the equivalent of md5sum --check for a mac?

13 votes
3 answers
29980 views
I have a lot of files that I need to check. In a UNIX environment I can simply type:
md5sum --check MD5.txt
and the checksum of each file is calculated and compared against the checksums in MD5.txt. How do I do this in a macOS environment. The closest I found was to run
md5 -r * > output.txt
but then I have to manually compare the checksums against the MD5.txt file. Is there anyway to do this checkup automatically?
Asked by WantaghMomma (133 rep)
Jan 11, 2023, 08:56 PM
Last activity: Jan 11, 2024, 09:47 PM