|
case insensitive search command
Is there a case-insensitve search command in linux, preferably CLI based? As I read and learn about linux, sometimes files are mentioned that might exist in a number of different directories. If I was trying to find XF86Config, for example, it would be nice if I could just search on xf86* or xf86*.*
LS and FIND both appear to be case-sensitive. Any hope for the lazy?
Thanks!
|