Re: grep problems

2004-06-14 Thread Andrew DeFaria
"Yitzchak Scott-Thoennes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mon, Jun 14, 2004 at 10:29:13AM +0200, J?rg Schaible wrote: > > > I have upgraded to latest release of Cygwin and this has not > > > changed things. I have tried the above on a Windows 98 and > > > Windows XP

Re: grep problems

2004-06-14 Thread Reini Urban
Hannu E K Nevalainen schrieb: From: [EMAIL PROTECTED] Sent: Monday, June 14, 2004 9:47 AM I was having some trouble using grep to look for text in files. From some tests it looks like meta characters cause the problem to show itself : To get more info regarding the use/setup of rxvt+bash: Use

RE: grep problems

2004-06-14 Thread Hannu E K Nevalainen
> From: [EMAIL PROTECTED] > Sent: Monday, June 14, 2004 9:47 AM > All, > > I was having some trouble using grep to look for text in files. > > >From some tests it looks like meta characters cause the problem to show > itself : Well, the "meta characters" has a different meaning for the cygwin/bas

Re: grep problems

2004-06-14 Thread Yitzchak Scott-Thoennes
On Mon, Jun 14, 2004 at 10:29:13AM +0200, J?rg Schaible wrote: > > I have upgraded to latest release of Cygwin and this has not > > changed things. I have tried the above on a Windows 98 and > > Windows XP system as well - same results. > > > > Any ideas how I get around this problem ? > > Learn

RE: grep problems

2004-06-14 Thread Jörg Schaible
Hi Mark, [EMAIL PROTECTED] wrote on Monday, June 14, 2004 9:47 AM: > I was having some trouble using grep to look for text in files. > > From some tests it looks like meta characters cause the problem to > show itself : > > C:\temp>type test.txt > text > > C:\temp>grep test test.txt > text >