Re: Unexpected results from grep 2.6.3-1

2010-08-30 Thread Eric Blake
On 08/30/2010 05:08 PM, Christopher Faylor wrote: On Mon, Aug 30, 2010 at 01:22:48PM -0700, Robert Ross wrote: With grep 2.6.3-1, the following produces no output: echo "Hello world"> hi /bin/grep --include='*' 'world' * With grep 2.5.4-2, the output is "Hello world". It does seem strange b

Re: Unexpected results from grep 2.6.3-1

2010-08-30 Thread Christopher Faylor
On Mon, Aug 30, 2010 at 01:22:48PM -0700, Robert Ross wrote: >With grep 2.6.3-1, the following produces no output: > >echo "Hello world" > hi >/bin/grep --include='*' 'world' * > >With grep 2.5.4-2, the output is "Hello world". It does seem strange but, if it's a bug, it's also evident on linux.

Unexpected results from grep 2.6.3-1

2010-08-30 Thread Robert Ross
With grep 2.6.3-1, the following produces no output: echo "Hello world" > hi /bin/grep --include='*' 'world' * With grep 2.5.4-2, the output is "Hello world". Rob -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: