Annotation of researchv10dc/vol2/grap/states5.awk, revision 1.1.1.1

1.1       root        1: awk '
                      2: BEGIN  { bzs=0; bw=1e6 }  # bin zero start; bin width
                      3:        { count[int(($3-bzs)/bw)]++ }
                      4: END    { for (i in count) print i, count[i] }
                      5: ' <states.d | sort -n >states2.d

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.