i have such a file
1.5000000000E-01 7.5714285714E+00 4.0000000000E-01
2.5000000000E-01 7.5714285714E+00 4.0000000000E-01
and i have to convert it to something like
0.15 7.57 0.40
i mean i want the numbers to be with only 2 decimals and not to be exponential. I want to use bash!