More Coding – Duplicate File NAMES
Recently the request came up on the plug list, for a method of finding duplicate file names in directories. This wasn’t a request for duplicate files, just names that clashed, in preparation for merging the directories. (If you want to find exactly duplicate files, regardless of name, then `fdupes` is the tool for you).
After some [...]