Created
November 4, 2023 13:24
-
-
Save Vulcalien/96a372209ea09b1f38d26a9a70075b73 to your computer and use it in GitHub Desktop.
Call 'md5sum' on all files inside a directory and subdirectories
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
| #!/bin/sh | |
| find "$1" -type f -exec md5sum "{}" \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment