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