Quote:
Originally Posted by markmcgary
I had to do a little AWK research. If I read this correctly, your idmax and idmin will point to the record in match_teams that immediately follows the max/min alliances?
|
Yes. I could have subtracted 1, but this is not production code
Quote:
|
It's amazing how many tools there are to accomplish a given task. Always something new to learn.
|
I started using AWK a lot back in '96 when my main workstation was a DEC VAX/VMS and I had to wrangle large text datasets in various wacky formats. It was a lifesaver.