How would I grab data values from a column formatted file with headings?
Example data file:
Col1 Col2 Col3 Col4 Col5 MEM6 Col7 Col8
45 44 100 12 333 999 12 11
I'm interested in grabbing the value for MEM6 - any ideas as to how to achieve this?
Thanks in advance,
Example data file:
Col1 Col2 Col3 Col4 Col5 MEM6 Col7 Col8
45 44 100 12 333 999 12 11
I'm interested in grabbing the value for MEM6 - any ideas as to how to achieve this?
Thanks in advance,