Skip to content

Instantly share code, notes, and snippets.

@bashkirtsevich
Last active July 16, 2020 06:02
Show Gist options
  • Save bashkirtsevich/efd6f5318739964506df6e1651ba673b to your computer and use it in GitHub Desktop.
Save bashkirtsevich/efd6f5318739964506df6e1651ba673b to your computer and use it in GitHub Desktop.
md5deep
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