aboutsummaryrefslogtreecommitdiff
path: root/testdir/p.36
blob: 7e6aea0ac773922e105813c4569eb2441d3f2ed3 (plain)
1
2
BEGIN	{ FS = OFS = "\t" }
	{ $5 = 1000 * $3 / $2 ; print $1, $2, $3, $4, $5 }