awk/testdir/p.36

3 lines
78 B
Plaintext
Raw Normal View History

2019-06-23 05:13:57 -04:00
BEGIN { FS = OFS = "\t" }
{ $5 = 1000 * $3 / $2 ; print $1, $2, $3, $4, $5 }