Tagged Questions
-2
votes
1answer
772 views
Bash function to compare two binary files [closed]
I need a function to compare 2 binary files, here the requirements:
2 files, not 3 or 4
files can't be assumed to exist
avoid running checksum (CRC/MD5/SHA/...) until one must
if running multiple ...
0
votes
1answer
793 views
How to create a md5-file for every folder in a drive recursivley?
I'm searching for a script which creates a md5 chechsum file for every single folder inside drive recursivley?
I do have a copy of md5deep on my machine but I'm not that good in scripting bash.