Skip to content

Instantly share code, notes, and snippets.

@tkalfigo
Created June 19, 2014 13:04
Show Gist options
  • Save tkalfigo/f94b4ceae6a038edff64 to your computer and use it in GitHub Desktop.
Save tkalfigo/f94b4ceae6a038edff64 to your computer and use it in GitHub Desktop.
md5 checksum on a directory
find somedir -type f -exec md5sum {} \; | sort -k 34 | md5sum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment