How to Create Checksums for ALL Files and Sub-folders etc?
find -type f -exec md5sum "{}" \; > checksum.txt
Where checksum.txt is your file.
You can do some sedding/perling/awking/even bashing to get it into FreeMD5Checker format.
I found this solution from here:
http://ubuntuforums.org/showthread.php?t=557112
---
Where checksum.txt is your file.
You can do some sedding/perling/awking/even bashing to get it into FreeMD5Checker format.
I found this solution from here:
http://ubuntuforums.org/showthread.php?t=557112
---
Comments
Post a Comment
Feel free to leave your question or comment here, we will reply you as soon as possible.