bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: egrep bug


From: Ron La Bau
Subject: RE: egrep bug
Date: Tue, 4 Mar 2008 16:07:39 -0500

Thanks Bob!

-----Original Message-----
From: Bob Proulx [mailto:address@hidden 
Sent: Tuesday, March 04, 2008 4:03 PM
To: Ron La Bau
Cc: address@hidden
Subject: Re: egrep bug

Ron La Bau wrote:
> Please disregard.  Apparently in windows you have to use double quotes
> around the expression.  This tutorial said to use single quotes.
> 
>> Hi,  Maybe I am misunderstanding, but I have just downloaded egrep
from
>> this site: http://analyser.oli.tudelft.nl/regex/index.html.en
>> 
>> And when I perform the example, '^a', should only return 'apple', but
it
>> returns all of the fruits that contain an 'a'.  It says this '^'
>> character is supposed to return the beginning match?  Is something
wrong
>> with this?  Thanks.

The GNU tools are of course GNU system centric.  In the GNU system the
command line shell is actually a programing language capable shell and
both single quotes and double quotes have their uses.  Since you are
using the tools on a non-gnu system you will need to keep your head up
for these types of differences and understanding your system better
than we do make allowances accordingly.

Just as an fyi but the address@hidden mailing list is
available for help for general use of the utilities.  Specifically for
help as opposed to bug reporting.  For Windows specific issues the
best place is one of the windows lists such as the http://cygwin.com
mailing lists.

Good luck!
Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]