Subject: Re: AWK vs. gawk.
To: None <netbsd-help@NetBSD.org>
From: James K. Lowden <jklowden@schemamania.org>
List: netbsd-help
Date: 05/11/2004 08:30:44
On Tue, 11 May 2004, Richard Rauch <rkr@olib.org> wrote:
> 
> As near as I can tell, the NetBSD awk does not recognize
> ^ or $ in regular expressions.  

I'm not using -current, but re_format(7) says  POSIX 1003.2 regular
expressions support both ^ and ? for BOL and EOL.  It would be very
un-NetBSD-like to include an awk that didn't conform to that page's
description.  Does the awk man page refer to re_format(7) or specifically
state that its re implementation is somehow different?  

--jkl