I am not able to figure out how can I do case-insensitive search using the find command.
I tried
find . -name -i pattern
And it does not work.
|
feedback
|
This question came from our site for professional and enthusiast programmers.