buggrep - Bugs: bug #14935, grep with --color and -e...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #14935: grep with --color and -e "^abc" foo.txt

Submitter:  None
Submitted:  Tue 08 Nov 2005 06:28:33 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Duplicate
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Tue 08 Nov 2005 06:43:36 PM UTC, comment #1: 

Duplicate of bug #11579.

Julian Foad <julianfoad>
Tue 08 Nov 2005 06:28:33 PM UTC, original submission:  

$ grep --version
grep (GNU grep) 2.5.1
$ cat foo.txt
abc_abc_abc_
$ grep -o -e "^abc_" foo.txt
abc_
abc_
abc_
$ grep --color -e "^abc_" foo.txt
abc_abc_abc_
^^^^^^^^^^^^

this is wrong.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-11-08 julianfoad StatusNone Duplicate
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-bb6a.
Corresponding source code