Created
May 27, 2019 08:24
-
-
Save bashkirtsevich/84a076ccc19f4a6a19a41c2b0ea1e8f9 to your computer and use it in GitHub Desktop.
sha1sum of directory
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 sha1sum "$PWD"/{} \; \) | sha1sum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment