Re: Altered behaviour of grep

2015-03-24 Thread Corinna Vinschen
On Mar 24 08:07, Fergus Daly wrote: > grep -Pl "\xmn" > used to find files containing the ASCII character mn. For instance > grep -PL "\x0d" or "\x0a" or usefully "\x00". > This seems to have been lost with the current version. > Is this an error? If not, can anybody tell me what new syntax will re

RE: Altered behaviour of grep

2015-03-24 Thread Fergus Daly
grep -Pl "\xmn" used to find files containing the ASCII character mn. For instance grep -PL "\x0d" or "\x0a" or usefully "\x00". ^ I did mean grep -Pl in both cases. Fergus -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentatio

Altered behaviour of grep

2015-03-24 Thread Fergus Daly
grep -Pl "\xmn" used to find files containing the ASCII character mn. For instance grep -PL "\x0d" or "\x0a" or usefully "\x00". This seems to have been lost with the current version. Is this an error? If not, can anybody tell me what new syntax will recover the old behaviour? Thank you. Fergus