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

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

sed 3.02-11 fails to distinguish between [A-Z] and [a-z]


From: Jake Fan
Subject: sed 3.02-11 fails to distinguish between [A-Z] and [a-z]
Date: Tue, 26 Jun 2001 01:55:17 -0500

Hello,

One of my bash scripts reported a strange error on Mandrake 8.0 Linux, 
which led to the discovery of this bug in sed 3.02-11.  It appears that it 
is incapable of distinguishing between [A-Z] and [a-z].  Simply do the 
following command line:

echo gnu | sed 's/[A-Z]//g'

And the result is not what it's supposed to be.

Version 3.02-9 and earlier appear to work ok.

Regards,

Jake Fan
Chaogic Systems
Out Of Chaos, We Create Logic
http://chaogic.com




reply via email to

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