Re: awk doesn't recognize all of EREs

2008-09-04 Thread Jason McIntyre
On Thu, Sep 04, 2008 at 12:35:20PM +0400, Vadim Zhukov wrote: > Our awk do not recognize range regex operator ("{n,m}" syntax). But man > page says: > > "awk supports extended regular expressions (EREs). See re_format(7) for > more information on regular expressions." > > This behavior is same

awk doesn't recognize all of EREs

2008-09-04 Thread Vadim Zhukov
Our awk do not recognize range regex operator ("{n,m}" syntax). But man page says: "awk supports extended regular expressions (EREs). See re_format(7) for more information on regular expressions." This behavior is same as in FreeBSD. gawk recognize range operator in POSIX mode ("--posix"). As