Alan Barrett wrote: >While trying to test this code, I encountered two problems in the >awk programs. Thanks for those comments. I'll work on these issues. I spotted another awk issue: the "asort" built-in function that I used turns out to be specific to gawk. gawk's lint mode warns about that and about some of how array modification interacts with looping. -zefram