Is there any tool, which can compare 2 directories( with different sub dirs) for same named files?
Eg. DirA has subdir DirA1, DirA1 has one file named file.cpp.
DirB has file.cpp.
Dira->DirA1->file.cpp and DirB->file.cpp.
So, iF i compare these 2 dirs with BC, BC doesnt compare these 2 files. It'll mark them as orphans on both sides.
Can we write any BC script to compare these two files?
PS: I could have 10-100 files in both folders to compare. The point is how to make the comparison tool look for matching file names, irrespective of dir level.
I hope my question makes sense here.