Is there a way of making an md5sum of all files in subfolders? – Telegram API
I have several exports of telegram data and I would like to calculate the md5 and sha256 hash of all files but it only calculates those in the root directory $ md5sum `ls` > hash.md5 md5sum: chats: Is a directory…