fixed instructions
[tridge/junkcode.git] / pct.awk
1 {
2 printf "%3d %3d\n", $1, int(0.5 + $1*100/15);
3 }