Skip to content

Instantly share code, notes, and snippets.

@thingumajig
Forked from clarkli86/sha256sum_recursively.sh
Created August 25, 2019 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thingumajig/34a84dd2148741bbce1c0aa7e7ab8180 to your computer and use it in GitHub Desktop.
Save thingumajig/34a84dd2148741bbce1c0aa7e7ab8180 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