Results 1 to 2 of 2
I have a .awk script running on Linux, I need to convert a String to double,
not able to find much info on this.
please help,thanks in Advance....
- 12-13-2007 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 11
how to convert String to double in .awk script running on Linux
I have a .awk script running on Linux, I need to convert a String to double,
not able to find much info on this.
please help,thanks in Advance.
- 12-13-2007 #2Linux Enthusiast
- Join Date
- Aug 2006
- Posts
- 631
You can find an explanation of this issue here:
Conversion - The GNU Awk User's Guide
Regards


Reply With Quote