X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Tue, 14 Oct 2008 13:35:07 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: recently introduced egrep problem
Message-ID: <20081014113507.GR9289@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <63fec1650810140416y3092fcccg54b274b6777b66aa@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <63fec1650810140416y3092fcccg54b274b6777b66aa@mail.gmail.com>
User-Agent: Mutt/1.5.16 (2007-06-09)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Oct 14 07:16, rick lavery wrote:
> Up until a recent release of grep I could execute this command in
> cygwin and it worked without any problems.
> 
> echo 20081013193545 | egrep -Eo '[0-9]{1,2}'
> 
> This same command still works on other distributions such as centos,
> rhel4, rhel5, fedora core 9, etc.
> 
> in cygwin:
> $ echo 20081013193545 | egrep -Eo '[0-9]{1,2}'
> egrep: unknown option -- E
> Usage: egrep [OPTION]... PATTERN [FILE]...
> Try `egrep --help' for more information.
> 
> in other distros:
> $ echo 20081013193545 | egrep -Eo '[0-9]{1,2}'
> 20
> 08
> 10
> 13
> 19
> 35
> 45

Disabling -E/-F/-G/-P in egrep/fgrep is an upstream decision.  Actually
egrep and fgrep are deprecated, see `egrep --help' Other distros are
using older grep versions, that's why it still works there.  And, btw,
egrep -E is a tautology anyway.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

