This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: grep (GNU grep) 2.24


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]