Skip to content

Instantly share code, notes, and snippets.

@smhr
Created June 26, 2023 11:45
Show Gist options
  • Save smhr/f6659225e39e02fca6eff4655d358ca3 to your computer and use it in GitHub Desktop.
Save smhr/f6659225e39e02fca6eff4655d358ca3 to your computer and use it in GitHub Desktop.
Create sha256sum for all files in a folder.
find snap_*.hdf5 -type f -exec sha256sum {} > ~/checksums_TNG50-2_snaps.txt \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment