File: hist2.awk

package info (click to toggle)
grap 1.41-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 832 kB
  • ctags: 601
  • sloc: cpp: 3,064; yacc: 1,063; lex: 1,046; makefile: 163; sh: 153; awk: 5
file content (2 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (6)
1
2
BEGIN {bzs = 0; bw=1e6 }
{ thisbin = int(($3-bzs)/bw); print $1, thisbin, count[thisbin]++ }