why does grep -i (ignore case) not work on Intrepid?

Asked by nine

grep -i does not work on Intrepid:

<code>
mouz@intrepid:~$ cat afile
This is a file with
a line containing CAPITALS.
mouz@intrepid:~$ grep CAPITALS afile
a line containing CAPITALS.
mouz@intrepid:~$ grep -i capitals afile
mouz@intrepid:~$ grep -i CAPITALS afile
mouz@intrepid:~$
</code>

Is there something wrong on this host (a former Hardy system upgraded to Intrepid) or is this a bug that should be filed?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu grep Edit question
Assignee:
No assignee Edit question
Solved by:
nine
Solved:
Last query:
Last reply:
Revision history for this message
nine (niin-deactivatedaccount-deactivatedaccount) said :
#1

In #ubuntu+1 it was a known problem. I could not find a bug report, so I filed bug #244863.