delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <63fec1650810140416y3092fcccg54b274b6777b66aa@mail.gmail.com> |
Date: | Tue, 14 Oct 2008 07:16:11 -0400 |
From: | "rick lavery" <devrick88 AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | recently introduced egrep problem |
MIME-Version: | 1.0 |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
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 -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |