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

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

Re: [Bug-gnu-utils] grep (GNU grep) 2.4.2 bug report


From: Alain Magloire
Subject: Re: [Bug-gnu-utils] grep (GNU grep) 2.4.2 bug report
Date: Fri, 22 Sep 2000 15:19:15 -0400 (EDT)

> 
> tool: grep
> version: 2.4.2
> symptom:  char list range ignores case
> 
> example:
> 
> $echo d | grep '[D-Z]'
> d
> 
> this however works fine:
> 
> $echo d | grep '[A-D]'


# uname -rs
SunOS 5.8
# grep -V
grep (GNU grep) 2.4.2

Copyright 1988, 1992-1999, 2000 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

# /bin/echo d | grep '[D-Z]'
#
# /bin/echo d | grep '[A-D]'
#
# /bin/echo d | grep -i '[A-D]'
d
# /bin/echo d | grep -i '[D-Z]'
d

I can not reproduce it.

-- 
au revoir, alain
----
Aussi haut que l'on soit assis, on n'est toujours assis que sur son cul !!!


reply via email to

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