On Mon, Oct 25, 2010 at 10:34 AM,  <[email protected]> wrote:
> Looks like -o ignores -i?
>
> $ echo "AA" |grep -i "aa"
> AA
> $ echo "AA" |grep -io "aa"
> $ uname -r
> 2.6.16.60-0.57.1-smp

kernel version via uname isnt useful.  you need to show what version
of grep you're using.  if it isnt the latest (grep-2.7), you should
upgrade before reporting bugs.
-mike

  • grep -o Niall.Keane
    • Re: grep -o Mike Frysinger

Reply via email to