Austin Group teleconference +1 888 974 9888 PIN 618 156 403

2021-04-26 Thread Single UNIX Specification via austin-group-l at The Open Group
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//opengroup.org//NONSGML kigkonsult.se iCalcreator 2.22.1// CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VTIMEZONE TZID:America/New_York X-LIC-LOCATION:America/New_York BEGIN:DAYLIGHT TZOFFSETFROM:-0500 TZOFFSETTO:-0400 TZNAME:EDT DTSTART:20120311T02

Re: [1003.1(2008)/Issue 7 0001468]: awk FS definition not quite correct

2021-04-26 Thread Oğuz via austin-group-l at The Open Group
On Mon, Apr 26, 2021 at 12:26 PM Geoff Clare via austin-group-l at The Open Group wrote: > > Oğuz wrote, on 25 Apr 2021: > > > > On Sat, Apr 24, 2021 at 6:22 PM Austin Group Bug Tracker via > > austin-group-l at The Open Group wrote: > > > $ echo 'x,,z' | awk -F'[^,]*' '{for (i=1;i<=NF;i++)

Re: [1003.1(2008)/Issue 7 0001468]: awk FS definition not quite correct

2021-04-26 Thread Geoff Clare via austin-group-l at The Open Group
Oğuz wrote, on 25 Apr 2021: > > On Sat, Apr 24, 2021 at 6:22 PM Austin Group Bug Tracker via > austin-group-l at The Open Group wrote: > > $ echo 'x,,z' | awk -F'[^,]*' '{for (i=1;i<=NF;i++) print i, "<"$i">"}' > > 1 <> > > 2 <,,> > > 3 <> > > This seems rather like an implementation bug.