Last active
July 16, 2020 06:02
-
-
Save bashkirtsevich/efd6f5318739964506df6e1651ba673b to your computer and use it in GitHub Desktop.
md5deep
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
md5deep -l -o f -r folder1 -r folder2 | |
# equals to | |
find folder1 -type f -exec md5sum {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment