|
|
researchv10 Dan Cross
awk '
BEGIN { bzs=0; bw=1e6 } # bin zero start; bin width
{ count[int(($3-bzs)/bw)]++ }
END { for (i in count) print i, count[i] }
' <states.d | sort -n >states2.d
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.