Skip to content

Instantly share code, notes, and snippets.

@bashkirtsevich
Created May 27, 2019 08:24
Show Gist options
  • Save bashkirtsevich/84a076ccc19f4a6a19a41c2b0ea1e8f9 to your computer and use it in GitHub Desktop.
Save bashkirtsevich/84a076ccc19f4a6a19a41c2b0ea1e8f9 to your computer and use it in GitHub Desktop.
sha1sum of directory
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