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