Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5724303
By: duncan_lilly

If I list a number of file extensions in an exclude list,  grep still finds
the files if the extensions differ in case - i.e. excluding *.str still will
hit on *.Str or *.STR (or any other version).

Since Windows is case-insensitive it seems that it would make sense to simply
ignore any case differences when doing filename comparisons.

At the moment I have to pre-process my files to rename the extensions to
lowercase.

If I'm missing something obvious,  please point it out to me!  The case 
insensitive
option does not affect this matching,  only the grep itself.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to