Your message dated Sat, 10 Dec 2005 20:23:36 -0500
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #293267,
regarding grep: -o does not work correctly with quantifications
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]

(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)

---------------------------------------
Received: (at 293267-forwarded) by bugs.debian.org; 11 Dec 2005 01:23:40 +0000
>From [EMAIL PROTECTED] Sat Dec 10 17:23:40 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ms-smtp-02.nyroc.rr.com ([24.24.2.56])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1ElFwC-0005iV-3g
        for [EMAIL PROTECTED]; Sat, 10 Dec 2005 17:23:40 -0800
Received: from andromeda (cpe-69-202-136-66.twcny.res.rr.com [69.202.136.66])
        by ms-smtp-02.nyroc.rr.com (8.12.10/8.12.10) with ESMTP id 
jBB1NaDK029881;
        Sat, 10 Dec 2005 20:23:37 -0500 (EST)
Received: from pryzbyj by andromeda with local (Exim 4.60)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1ElFw8-0005xV-H0; Sat, 10 Dec 2005 20:23:36 -0500
Date: Sat, 10 Dec 2005 20:23:36 -0500
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: grep: -o does not work correctly with quantifications
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.11
From: Justin Pryzby <[EMAIL PROTECTED]>
X-Virus-Scanned: Symantec AntiVirus Scan Engine
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02

Please see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=293267>
where it is documented that grep -o fails with quantifications:

$ echo "baab" | grep -o "a*"
$ echo "baab" | grep -o "a\{0,2\}"
$ echo "baab" | grep -o "a\{1,2\}"
aa

-- 
Clear skies,
Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to