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

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

grep bug? or wrong functionality?


From: Subhakar Burri
Subject: grep bug? or wrong functionality?
Date: Wed, 22 Jan 2003 10:11:06 -0800

Hi,

Here is my scenario:

url2:#ROOT#:/apps/ctr/tables> cat /tmp/chaz
010103
010903
011103

url2:#ROOT#:/apps/ctr/tables> cat /tmp/chaz | egrep 010?03
010103

(should have matched "010903" as well)

url2:#ROOT#:/apps/ctr/tables> cat /tmp/chaz | egrep 01*03
010103
011103

(should have matched "010903" as well)

Please advise...

Subhakar


reply via email to

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