Is it possible using any sort of diff utility to diff based on filename only, ignoring all folders and subfolders?
So if I have
/folder_1/a/1243.txt
and
/folder_2/b/1243.txt
or
/folder_2/1234.txt
It would match the files when doing a diff between folder_1 and folder_2?