Match files without case mattering
$ find . -iname 'somefilename.txt'
This will find files of the form: SomeFILENAME.Txt or somefilename.TXT. Case doesn't matter.
[Click to add or edit comments])
Please prepend comments below including a date
This will find files of the form: SomeFILENAME.Txt or somefilename.TXT. Case doesn't matter.
Please prepend comments below including a date