Your message dated Tue, 02 Oct 2007 06:44:33 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#444959: grep -o -i does not work with LC_ALL=C
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: coreutils
Version: 5.97-5.4

$ echo Abc | LC_ALL=C grep -o -i Abc
$

The expected output is "0:Abc".

This happens on i386 and amd64.

-- 
Florian Weimer                <[EMAIL PROTECTED]>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99



--- End Message ---
--- Begin Message ---
On Tue, Oct 02, 2007 at 11:18:03AM +0200, Florian Weimer wrote:
Package: coreutils
Version: 5.97-5.4

$ echo Abc | LC_ALL=C grep -o -i Abc
$

The expected output is "0:Abc".

I'm not sure why you believe that. From the man page:
      -o, --only-matching
             Show only the part of a matching line that matches PATTERN.

Perhaps you are thinking of
      -b, --byte-offset
             Print the byte offset within the input file before each line  of
             output.

Which, as far as I can tell, is working fine.

Mike Stone


--- End Message ---

Reply via email to