github.com/benhoyt/goawk@v1.8.1/testdata/p.36 (about)

     1  BEGIN	{ FS = OFS = "\t" }
     2  	{ $5 = 1000 * $3 / $2 ; print $1, $2, $3, $4, $5 }