bug#71252: why does grep match literal newlines when there are none, even with -z?

2024-05-29 Thread David G. Pickett
I have used sed to load multiple lines into the buffer for analysis.  I am not sure grep wants to go multiline. On Tuesday, May 28, 2024 at 09:04:20 PM EDT, Philippe Cerfon wrote: Hey. I always thought, that grep is line based in a way that the current string doesn't hold the li

bug#71252: why does grep match literal newlines when there are none, even with -z?

2024-05-29 Thread Philippe Cerfon
On Wed, May 29, 2024 at 8:09 AM Martin Schulte wrote: > PATTERNS is one or more patterns separated by newline characters, and grep > prints each line that matches a pattern. Dammit, it's so obvious. Sorry for the noise. Well actually, there is still one curious point left: If these are now two