I have 2 directories, A and B. In A, I have subdirectories 1, 2, 3, 4 while in B I have 1 and 3. How can I highlight 2 and 4 easily? The contents of the subdirectories are the same, respectively, so I just want to compare the names.
Mark -> Compare Directories only compare files, but not directories.
I don't know whether you can use other tools, but there is another way to compare directories (unless you don't mind using a command line).
In macOS you can simply type this command in the terminal:
or
For Windows
comp
command. Here is the linkfc
command. Here is the linkdiff
command and you can use it in almost the same way as described above.Hope it helps somehow.