Skip to content

Instantly share code, notes, and snippets.

@rbrunt
Created December 18, 2014 19:55
Show Gist options
  • Select an option

  • Save rbrunt/095a7db1a7e8ceeab0d8 to your computer and use it in GitHub Desktop.

Select an option

Save rbrunt/095a7db1a7e8ceeab0d8 to your computer and use it in GitHub Desktop.
Compute md5 checksum for all files in cwd recursively
find ./* -type f -exec md5sum {} \;>> ./check.md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment