X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=slIwr/L
	r1QQAyfEll3gQSCKZGFVw9S9OU5WMb8eTT0W3jzr0hq3y/NgWyPjYVvNmb0dcd2o
	Ro1moTwFSXyFNkbT/vCTXH3XpyIR+1gBBGKnEV5v76nKP5MBQQpurOoWVfptbSfq
	o0zQtfWbVze1Iv7aWFg2V+Ct22PS4uU3+5AE=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; s=default; bh=6ly+MQOX9jiAt
	dPlAxGq1c3f6II=; b=W/2AIdsBPRP9uT+AJKwgua+QOP4LZApLCaEdYShfiLGZS
	IQsS6931eAWFPVq7R1914FDlO3UNZsEtqDWrc/hzgdQUedskUaNxBoAc091zJWHZ
	e/DRmGZu8fco2Flx/z8GE47gi1XyOk+RyN/e86qvfOUY6vjcwOzJopK5FVEneM=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*f:sk:70C6F63, H*i:sk:70C6F63
X-HELO: mail-lf0-f44.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:in-reply-to:references:from:date         :message-id:subject:to;        bh=EKbAhFjB265Y5F8HSxeSqSaXbSoUiF7N1WBHup78PJ0=;        b=d0Zx16YvpyRJpy6PpFvLw+9TENIQMILoC2qPOaYPLyH0sO4S4vAeHuF01A+2CYs4V+         V77NCMlRGNTEXye0/bMGITM2jp5vc6n3RyP2ORL0j/QYM3XDqQuuiPOpCIYtwZtBSMsc         Fom4/O2B+Bs/cwdqlcpjMd2Tm3EPObPWzjJ07DGoLiiRosQephvR9ZQ+Wo9FC3oW5ekY         C858QZH5iGJhRFqNnh7175DAGQFR8ImcWGS4uMZ0gZcHuHg29ykbU0BfnZ5uzFiRB4q+         Wj3vTfkZjiUmeqOVjHseEHbnEXp3EYBWnTo82XnwpwldoIDZE2zpj6IIdGtIQHyzFfuT         g/eA==
X-Gm-Message-State: AD7BkJL0SK8zJpvt8nEO0Z7taV/4Ci0QUD1FktjS79QpOfEpLSoqTujVyFleFyJdGl62dWvvbPGsGRM7cofzhg==
X-Received: by 10.25.20.222 with SMTP id 91mr6474291lfu.100.1460234927854; Sat, 09 Apr 2016 13:48:47 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <70C6F637A7E2844391D854CF15BB7A8F5AAADB4D21@TUS1XCHEVSPIN42.SYMC.SYMANTEC.COM>
References: <70C6F637A7E2844391D854CF15BB7A8F5AAADB4D21@TUS1XCHEVSPIN42.SYMC.SYMANTEC.COM>
From: Gerrit Haase <gerrit.haase@gmail.com>
Date: Sat, 9 Apr 2016 22:48:08 +0200
Message-ID: <CA+Fg1xarsWA7K4mRU8kij3G_xvCO1ObVJJV7PMXu97VpMJJ7aQ@mail.gmail.com>
Subject: Re: grep (GNU grep) 2.24
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

2016-04-08 22:52 GMT+02:00 Gordon Grimes wrote:
> % wc -l FILE
> 48786
> % grep . FILE
> 2240
>
> Very wrong.
>
> I reverted to version 2.21 and everything now works as expected:
> % grep . FILE
> 48786

Hi Gordon,

I am curious, what is the result if you do s.th. like:

cat FILE | grep x

where x is some common string in the file?

Regards,
Gerrit
=^..^=

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

