awk/testdir/p.36

3 lines
78 B
Plaintext
Raw Normal View History

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