I have a text file with the following format:
1.1.1 50.1 1065.1
1.1.2 51.1 14.1
1.1.5 52.1 101.1 Text...text....text
1.2.1 53.1 100.1 Text...text....text
And I want to get it looking like this and printed into a file:
50.1 1065.1
51.1 14.1
52.1 101.1
53.1 100.1
Any Ideas?
Thanks
1.1.1 50.1 1065.1
1.1.2 51.1 14.1
1.1.5 52.1 101.1 Text...text....text
1.2.1 53.1 100.1 Text...text....text
And I want to get it looking like this and printed into a file:
50.1 1065.1
51.1 14.1
52.1 101.1
53.1 100.1
Any Ideas?
Thanks