Hi so I have some books in two folders and I want to see which one is missing from one folder, compared to the other. Is there any simple yet powerful utility to do this task? Please advise. Thanks!
The diff app is present in Catalina. Open the Terminal and use diff as follows:
(remember to replace "/path/folder1" and "/path/folder2" with their respective paths or drag folders into the Terminal window)
Why don't you use Finder? Open the first folder, type .epub in the search box and drag&drop the files into the third folder. Do the same for the second folder. You will be prompted if there are files with the same name.
If you have Xcode installed, it comes with a tool called FileMerge (under Xcode/Open Developer Tool). Otherwise, if you search for "compare directories macOS" or "compare folders macOS" you'll find many other options out there.
Kaleidoscope can drill down into folders like this—you drag the two folders you want to compare into it and it'll give you a side-by-side view of their contents. They have a 14 day free trial.