Created
June 26, 2023 11:45
-
-
Save smhr/f6659225e39e02fca6eff4655d358ca3 to your computer and use it in GitHub Desktop.
Create sha256sum for all files in a folder.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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