If anyone can help with this, I would greatly appreciate it. The md5 man page doesn't seem to give any information for doing this.
I have several folders containing lots of files. Each folder contains an md5 file with all file checksums. I would like to checksum each file and compare it to the file contents with the result. In Linux (where I'm coming from), I could simply use the command:
Can someone tell me what the FreeBSD command is for md5? Or at least point me in the right direction? Google doesn't seem to provide very good results on what the exact command would be. Any help is welcome.
Thank you in advance.
I have several folders containing lots of files. Each folder contains an md5 file with all file checksums. I would like to checksum each file and compare it to the file contents with the result. In Linux (where I'm coming from), I could simply use the command:
Code:
$ md5sum -c file.md5
Can someone tell me what the FreeBSD command is for md5? Or at least point me in the right direction? Google doesn't seem to provide very good results on what the exact command would be. Any help is welcome.
Thank you in advance.