Hi everyone,
I have a big problem. I am using gawk under windows and I want to add to column like this:
5.125 9.236
7.458 6.473
1.487 9.196
I want the output of $1 + $2, so
14.361
13.931
10.683
But it only gave me:
14
13
10
A kind of truncation. The thing is that this problem is only on some windows machine (running the same OS version). Does somebody can help me with this one (having more precision to my output)?
Thanks a lot,
I have a big problem. I am using gawk under windows and I want to add to column like this:
5.125 9.236
7.458 6.473
1.487 9.196
I want the output of $1 + $2, so
14.361
13.931
10.683
But it only gave me:
14
13
10
A kind of truncation. The thing is that this problem is only on some windows machine (running the same OS version). Does somebody can help me with this one (having more precision to my output)?
Thanks a lot,