Good morning to all.
I'm a AWK beginner and I would like to know if it is possible to define the FS variable in a such way that I'm able to read fields delimited by different delimiters.
For example I need to extract the numeric values from a record set where the values are delimited by spaces, brackets and commas (see below)
Trace Length [m] 1.34E+00 +- 4.85E-01 (5.38E-01, 2.29E+00)
I'm using gawk with Windows XP.
Can anyone help me?
Thanks!
Sergio
I'm a AWK beginner and I would like to know if it is possible to define the FS variable in a such way that I'm able to read fields delimited by different delimiters.
For example I need to extract the numeric values from a record set where the values are delimited by spaces, brackets and commas (see below)
Trace Length [m] 1.34E+00 +- 4.85E-01 (5.38E-01, 2.29E+00)
I'm using gawk with Windows XP.
Can anyone help me?
Thanks!
Sergio