Is there a way to calculate an md5 checksum for a folder? #8817
-
Hi, I would like to calculate an md5 sum for an entire folder so that I can use it in I wonder whether spacy supports checking a checksum against a directory and if so how does it calculate it given that there is no canonical way to calculate it as far as I know. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Maybe a workaround is to create a |
Beta Was this translation helpful? Give feedback.
Maybe a workaround is to create a
tar.gz
and calculate the md5 sum of that. And after fetching it to untar.