RE: Problem with Text mounts after updating using setup.exe

2007-08-20 Thread Bart van der Werf
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

RE: Problem with Text mounts after updating using setup.exe

2007-08-15 Thread Bart van der Werf
> 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

Re: Problem with Text mounts after updating using setup.exe

2007-08-15 Thread 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. > > 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.

Problem with Text mounts after updating using setup.exe

2007-08-15 Thread Bart van der Werf
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