xref: /freebsd/contrib/one-true-awk/testdir/p.25 (revision d439598dd0d341b0c0b77151ba904e09c42f8421)
1{ printf "%10s %6.1f\n", $1, 1000 * $3 / $2 }
2