bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep -io


From: Robert Kopcik
Subject: grep -io
Date: Sun, 14 Sep 2003 12:45:16 +0200
User-agent: Mutt/1.4.1i

hi,
i think there's a bug with combination of switches -i -o :

address@hidden /]# echo "Aaa 12345" | grep -i "aaa"
Aaa 12345
address@hidden /]# echo "Aaa 12345" | grep -i -o "aaa"
address@hidden /]#

shouldn't there be matched "Aaa" in the output? i think it should ...

thanks, bye
robert kopcik /nealko/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]