Thanks, my intention is to find all files with identical filenames just differing in the case. I would like to rename them and convert the drive into non case sensitive. Files with no double names do not concern me. Your example was searching a specific name, I need to find all files with the same name with just differing in the case.
You could enter a UNIX wildcard * but I would not suggest doing that in one shot on a general location, like an entire drive or a user account.
Also, this is not going to match only files with differing case. There is no query that will only match files this way. You’d need some specific terms too.