I have 2 directories which I need to compare using a command line utility. There are 2 requirements:
- Not to present equal files in the output - that is, I do not want even the names of the equal files to appear in the output
- Possibility to ignore unimportant differences
I tried to use Beyond Compare 2 with rules comparison, but did not find an option to meet the first requirement, while with Beyond Compare 4 I did not succeed to meet the second requirement.
Does anyone know how to do this with Beyond Compare or other tool?