Hi everybody!
Hope someone could help me cause awk is driving me crazy!
this is the problem:when i print on screen output a decimal(float) number awk gives me back a number in which the decimal are separated by a COMMA from the nember's integer parts!!!Obiouvsly i can't use awk output with gnuplot which plot only decimal number like 0.003 an not 0,003!
Is there any setting or option that i can change to let awk print out decimal number written using dot an not comma(i.e 0.003 instead 0.003)?!
thanks in advance!
Hope someone could help me cause awk is driving me crazy!
this is the problem:when i print on screen output a decimal(float) number awk gives me back a number in which the decimal are separated by a COMMA from the nember's integer parts!!!Obiouvsly i can't use awk output with gnuplot which plot only decimal number like 0.003 an not 0,003!
Is there any setting or option that i can change to let awk print out decimal number written using dot an not comma(i.e 0.003 instead 0.003)?!
thanks in advance!