xref: /freebsd/contrib/one-true-awk/testdir/p.36 (revision 77013d11e6483b970af25e13c9b892075742f7e5)
1BEGIN	{ FS = OFS = "\t" }
2	{ $5 = 1000 * $3 / $2 ; print $1, $2, $3, $4, $5 }
3