Skip to content

Instantly share code, notes, and snippets.

@mikej312
Last active August 11, 2020 18:34
Show Gist options
  • Save mikej312/b078b3ce80560296df2e9a7c1bf35e17 to your computer and use it in GitHub Desktop.
Save mikej312/b078b3ce80560296df2e9a7c1bf35e17 to your computer and use it in GitHub Desktop.
Create a file of checksums for the files in a directory

find <path to directory> -type f -exec sha256sum {} ; > checksums.sha256

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment