From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6748 invoked by alias); 9 Apr 2016 20:49:02 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 6727 invoked by uid 89); 9 Apr 2016 20:49:01 -0000 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 Received: from mail-lf0-f44.google.com (HELO mail-lf0-f44.google.com) (209.85.215.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 09 Apr 2016 20:48:51 +0000 Received: by mail-lf0-f44.google.com with SMTP id j11so113764287lfb.1 for ; Sat, 09 Apr 2016 13:48:50 -0700 (PDT) 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 Received: by 10.25.141.134 with HTTP; Sat, 9 Apr 2016 13:48:08 -0700 (PDT) In-Reply-To: <70C6F637A7E2844391D854CF15BB7A8F5AAADB4D21@TUS1XCHEVSPIN42.SYMC.SYMANTEC.COM> References: <70C6F637A7E2844391D854CF15BB7A8F5AAADB4D21@TUS1XCHEVSPIN42.SYMC.SYMANTEC.COM> From: Gerrit Haase Date: Sat, 09 Apr 2016 20:49:00 -0000 Message-ID: Subject: Re: grep (GNU grep) 2.24 To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00185.txt.bz2 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