Skip to content

Instantly share code, notes, and snippets.

@phackwer
Created August 31, 2016 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phackwer/3284893fdbe0497c28518ee0e0aa1133 to your computer and use it in GitHub Desktop.
Save phackwer/3284893fdbe0497c28518ee0e0aa1133 to your computer and use it in GitHub Desktop.
MD5 an entire directory
find -type f -exec md5sum "{}" +
Ex: lista apenas por extensão:
find -type f -name "*.zip" -exec md5sum "{}" +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment