Could someone confirm this is introduced in grep-2.5.1a-4, grep-2.5.1a-2
seems to be good?
Greets, Bart
> -Original Message-
> From: Bart van der Werf
> Sent: Wednesday, August 15, 2007 10:44 AM
> To: cygwin@cygwin.com
> Subject: Problem with Text mounts after updating
> From: Igor Peshansky
> On Wed, 15 Aug 2007, Bart van der Werf wrote:
>
> > After upgrading cygwin some of my textmode mount files
> started to have
> > additional 0x0d characters.
>
> You won't get them on a binmode mount. Looks like grep opens
> the input and output in binmode. The she
On Wed, 15 Aug 2007, Bart van der Werf wrote:
> After upgrading cygwin some of my textmode mount files started to have
> additional 0x0d characters.
>
> Example of problem.
>
> With a file test.txt
>
> $ od -t x1 test.txt
> 000 61 0d 0a 62 0d 0a 63 0d 0a
> 011
>
> with dos style newlines.
After upgrading cygwin some of my textmode mount files started to have
additional 0x0d characters.
Example of problem.
With a file test.txt
$ od -t x1 test.txt
000 61 0d 0a 62 0d 0a 63 0d 0a
011
with dos style newlines.
$ grep a test.txt > test2.txt
If i invoke grep on this file
4 matches
Mail list logo