in reply to Re: Combined lines from a file into one
in thread Combined lines from a file into one

I am trying to read through this file line by line and then for the first line that has IMB and 060410. I want to find the min number and the max number and output it in one line like this IMB,060410,V1 ,371094378,371096486 Then I have another unique number which is IMB,107951 I need to read through the lines and have one line output IMB,107951,V1 ,981157588,981176199,1098
  • Comment on Re^2: Combined lines from a file into one