Skip to content

Instantly share code, notes, and snippets.

Created January 22, 2014 09:20
Show Gist options
  • Save anonymous/8555792 to your computer and use it in GitHub Desktop.
Save anonymous/8555792 to your computer and use it in GitHub Desktop.
How to create md5sum for a directory
find dir -type f -print0 | xargs -0 md5sum | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment