Generate MD5 Checksum for every file in a specific path #CLI #UNIX
$ find <path> -type f -exec md5sum {} + > sums.md5