GNU bug report logs - #17086
Reg : Bug in Grep command

Previous Next

Package: grep;

Reported by: Senthil Kumar <kksenthilkumar79 <at> gmail.com>

Date: Mon, 24 Mar 2014 15:06:02 UTC

Severity: normal

Tags: notabug

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Senthil Kumar <kksenthilkumar79 <at> gmail.com>
Subject: bug#17086: closed (Re: bug#17086: Reg : Bug in Grep command)
Date: Tue, 25 Mar 2014 18:56:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#17086: Reg : Bug in Grep command

which was filed against the grep package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 17086 <at> debbugs.gnu.org.

-- 
17086: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17086
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Norihiro Tanaka <noritnk <at> kcn.ne.jp>, 
 Senthil Kumar <kksenthilkumar79 <at> gmail.com>
Cc: 17086-done <at> debbugs.gnu.org
Subject: Re: bug#17086: Reg : Bug in Grep command
Date: Tue, 25 Mar 2014 11:55:03 -0700
On 03/25/2014 09:01 AM, Norihiro Tanaka wrote:
> I don't seem that it's a grep's bug.

Agreed, and closing the bug.

[Message part 3 (message/rfc822, inline)]
From: Senthil Kumar <kksenthilkumar79 <at> gmail.com>
To: bug-grep <at> gnu.org
Subject: Reg : Bug in Grep command
Date: Mon, 24 Mar 2014 19:10:53 +0530
[Message part 4 (text/plain, inline)]
Dear Person,

I have found a bug in the below environment and using grep along with REGEX.

*My aim*: To search a names having "Mr.*" and "Mrs.*" in f1.dat file

$ cat /etc/*-release
Enterprise Linux Enterprise Linux Server release 5.8 (Carthage)
Oracle Linux Server release 5.8
Red Hat Enterprise Linux Server release 5.8 (Tikanga)

*$ cat f1.dat*
*Output:*
MRavi
Mr.Kumar
Mrs.Linda
Mrs.Lily
Mr.Gul
Mr.Tent
Mrs.Forrest
Mr.Hammer

*$ grep -r "Mr.*" f1.dat*
*Output:*
Mr.Kumar
Mrs.Linda
Mrs.Lily
Mr.Gul
Mr.Tent
Mrs.Forrest
Mr.Hammer

*$ grep -r "Mrs.*" f1.dat*
*Output:*
Mrs.Linda
Mrs.Lily
Mrs.Forrest

I see the command (*$ grep -r "Mr.*" f1.dat*) is getting retrieved all
names having both

*Mr. and Mrs.*
please do let me know is this defect ? Hoping to get an revert mail on this.

-- 

* Thanks & Regards,KK Senthil Kumar*
[Message part 5 (text/html, inline)]

This bug report was last modified 11 years and 56 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.