| Message: 69062 |
 |
BY: Cullen Newsom (cullennewsom) DATE: 2009-04-23 20:36 SUBJECT: RE: Example nasty data file I found that this bit made it quite easy
sed = mydata.txt |sed 'N;s/\n/\t/' >mydata.numbered.txt
It simply numbers each line(row), and then I plotted based on the line number vs the column I wanted. You or someone else may find it useful. | |