> Nice. Just FYI, the gawk filefuncs extension does include a stat() function that would enable you to
> eliminate the ages function and age map just as in Python. See "man 3am filefuncs" or the manual:
Ah, excellent, thanks for the link. Yeah, that's much more direct (and more efficient!) than shelling out to "stat" as I did in my modified AWK version. (Though for the book I'm pretty sure Kernighan et al are trying to stick to standard AWK features.)
-Ben