Skip to content

Instantly share code, notes, and snippets.

@clarkli86
Created December 18, 2014 03:38
Show Gist options
  • Save clarkli86/301440e3092fd7d52692 to your computer and use it in GitHub Desktop.
Save clarkli86/301440e3092fd7d52692 to your computer and use it in GitHub Desktop.
sha256sum on all files recursively
find directory -type f -print0 | xargs -0 sha256sum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment