Like just some tool where I select all the directories then it runs a checksum against everything then tell me which files match.
It’ll depend on what OS you’re using. On linux you’d probably want to use 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.
blueworld@piefed.world 1 day ago
Going to guess this is a Windows question and you are thinking GUI. In that case I’d suggest the older https://checksumcompare.sanktuaire.com/downloads-en as it’ll do what you ask for visually.
There are a plethora of ways to do this in Linux on the CLI, TUI, and GUI, which is what most answers will likely lean towards given this community. If your apt toward that then start with https://unix.stackexchange.com/questions/330933/diffing-two-directories-recursively-based-on-checksums