Na página de manual do GNU find
:
-iname pattern
Like -name, but the match is case insensitive. For example, the
patterns 'fo*' and 'F??' match the file names 'Foo', 'FOO',
'foo', 'fOo', etc.
Bem, a questão diz tudo, eu vi os dois
find -name
e
find -iname
usado em todo o lugar sem um padrão discernível.
Alguém poderia explicar as diferenças, talvez com um exemplo para esclarecer?
Tags find