File: hist2.awk

package info (click to toggle)
grap 1.23-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 672 kB
  • ctags: 563
  • sloc: cpp: 2,907; lex: 1,034; yacc: 1,027; sh: 162; makefile: 157; 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]++ }