Performed md5deep -r folder/ several consecutive times, my surprise is that each time the file order may differ, even if the contents are exactly the same. For example:
I can't perform any diff 1.md5 2.md5 because the order differs, have to sort them first. Can this be fixed or the file list is randomly generated then checksum is performed?
Performed
md5deep -r folder/
several consecutive times, my surprise is that each time the file order may differ, even if the contents are exactly the same. For example:First checksum generation:
Second checksum generation:
I can't perform any
diff 1.md5 2.md5
because the order differs, have to sort them first. Can this be fixed or the file list is randomly generated then checksum is performed?