Hello,


What I would like to know is, how can I do a grep that is case insensitive ?
I use a grep command now to get the records out of a 1500-records database,
which is mainly a flat tab-separated text. Problem is a grep as far as I
know it is case sensitive. Is there a way to make it case insensitive, or
will I have to do a loop and make both uc() and then check for the index of
the 'keyword' in the record ?


Can anyone answer please,

Thanks in advance,

Thomas

PS : I know this is a question for the anyperl list, but I am not on that
one... Sorry for that.

Reply via email to