Skip to main content
10 events
when toggle format what by license comment
Mar 2, 2019 at 17:47 history edited Rui F Ribeiro CC BY-SA 4.0
deleted 48 characters in body
Mar 2, 2019 at 7:26 history edited Rui F Ribeiro CC BY-SA 4.0
deleted 170 characters in body
Mar 2, 2019 at 3:16 answer added G-Man Says 'Reinstate Monica' timeline score: 3
Mar 2, 2019 at 1:25 comment added steeldriver The problem is your regex I think - try FPAT = "\"[^\"]*\"|[^\",]*" (a possibly empty sequence of non-quotes surrounded by quotes, or a possibly empty sequence of not-comma-or-quotes). Or more readably gawk -v FPAT='"[^"]*"|[^",]*' '<stuff>'
Mar 2, 2019 at 0:07 history edited G-Man Says 'Reinstate Monica' CC BY-SA 4.0
Tried to improve formatting; added tags.
Mar 2, 2019 at 0:06 history edited TomM CC BY-SA 4.0
added 15 characters in body; edited tags
Mar 2, 2019 at 0:04 history edited G-Man Says 'Reinstate Monica' CC BY-SA 4.0
Tried to improve formatting; added tags.
Mar 1, 2019 at 23:51 history edited TomM CC BY-SA 4.0
added 312 characters in body
Mar 1, 2019 at 23:35 review First posts
Mar 2, 2019 at 0:08
Mar 1, 2019 at 23:34 history asked TomM CC BY-SA 4.0