GNU bug report logs - #26832
bug on grep 3.0

Previous Next

Package: grep;

Reported by: 川崎 正貴 <masataka-kawasaki <at> koeitecmo.co.jp>

Date: Mon, 8 May 2017 15:30:02 UTC

Severity: normal

Tags: notabug

Done: Eric Blake <eblake <at> redhat.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 川崎 正貴 <masataka-kawasaki <at> koeitecmo.co.jp>
To: bug-grep <at> gnu.org
Subject: bug on grep 3.0
Date: Mon, 8 May 2017 16:56:31 +0900
I found a bug on grep 3.0 on 64bit cygwin.
It seems that '\/' before '$' causes probrems.

grep 2.25(correct)
>echo rr/| grep '^.*\/$'
rr/
>echo rr/| gawk '/^.*\/$/'
rr/
>echo rr/| sed -ne '/^.*\/$/p'
rr/

grep 3.0(incorrect)
>echo rr/| grep '^.*\/$'
>echo rr/| gawk '/^.*\/$/'
>echo rr/| sed -ne '/^.*\/$/p'

thanks.





This bug report was last modified 8 years and 10 days ago.

Previous Next


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