Created
December 18, 2014 19:55
-
-
Save rbrunt/095a7db1a7e8ceeab0d8 to your computer and use it in GitHub Desktop.
Compute md5 checksum for all files in cwd recursively
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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