|
|
BSD 4.3tahoe
BEGIN {
firstchar = "@";
}
{
c = substr($2,2,1);
if (c != firstchar)
printf(".LB %s\n", c);
firstchar = c;
print;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.