Is there a tool where I can compare multiple copies of the same file in different directories / hard drives to check if files got corrupted?
Is there a tool where I can compare multiple copies of the same file in different directories / hard drives to check if files got corrupted?
sha1sum to generate a list of checksums of the files in one directory, then use it to check the other durectories and it’ll tell you if any files don’t match.