GNU bug report logs - #59639
Is this a bug?

Previous Next

Package: grep;

Reported by: Klaus Dittrich <kladit <at> t-online.de>

Date: Sun, 27 Nov 2022 17:53:01 UTC

Severity: normal

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: Klaus Dittrich <kladit <at> t-online.de>
Subject: bug#59639: closed (Re: bug#59639: Is this a bug?)
Date: Sun, 27 Nov 2022 18:13:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59639: Is this a bug?

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 59639 <at> debbugs.gnu.org.

-- 
59639: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59639
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: Klaus Dittrich <kladit <at> t-online.de>
Cc: 59639-done <at> debbugs.gnu.org
Subject: Re: bug#59639: Is this a bug?
Date: Sun, 27 Nov 2022 10:11:57 -0800
On 2022-11-27 09:29, Klaus Dittrich wrote:
> grepĀ  gdk* file.txt

You should quote the pattern for the shell, e.g.:

grep 'gdk*' file.txt

You can see what's going on by using the shell command 'set -x' before 
running 'grep'.

[Message part 3 (message/rfc822, inline)]
From: Klaus Dittrich <kladit <at> t-online.de>
To: bug-grep <at> gnu.org
Subject: Is this a bug?
Date: Sun, 27 Nov 2022 18:29:28 +0100
Given file.txt with three lines:

/usr/local/lib/gdk-pixbuf-2.0
empty
/usr/local/lib/libgd2

When I do:

grep gdk file.txt
this results in : /usr/local/lib/gdk-pixbuf-2.0

Which looks ok for me.

When I do:

grep  gdk* file.txt
this results in : /usr/local/lib/gdk-pixbuf-2
                  /usr/local/lib/libgd2.0

This looks like then '*' eats the 'k'
from 'gdk*' and looks for 'gd'' instead of 'gdk*'.
Or equivalent to grep  gd* file.txt
Or equivalent to grep  gd file.txt

grep   gdk.* file.txt
this results in : /usr/local/lib/gdk-pixbuf-2.0

Which looks ok for me.
Either now the point is eaten or the point is correctly replaced by 'any 
character'



grep is grep-3.8 and linked with


Can you please verify if this is a bug or anything in my thinking is 
wrong beacuse I have overlooked something?

-- 
Regards Klaus



This bug report was last modified 2 years and 175 days ago.

Previous Next


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