|
|
1.1 root 1: BEGIN {
2: firstchar = "@";
3: }
4:
5: {
6: c = substr($2,2,1);
7: if (c != firstchar)
8: printf(".LB %s\n", c);
9: firstchar = c;
10: print;
11: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.