How can I list the file/directory names in a directory recursively that are the same, but with different capitalization/case? ex.:
INPUT (not the ls
command, the directories):
[user@localhost ~/a] ls -R
.:
b
./b:
ize Ize
./b/ize:
./b/Ize:
[user@localhost ~/a]
OUTPUT:
/b/ize