Hello,
What I am trying to accomplish is to take a 2 column list of numbers and make it into a single column complete list including the numbers that are just referenced by inference in between columns. (Korn, Sed or Awk preferred if possible)
For Example:
303412 303460
303462 30348
303492 303495
------
On the second line the second number is 303480 (the zero is dropped by the system)
SO I would need
303412
303413
303414 (up to 303460)
then continuing on at 303462-303480
then 303492
303493
303494
303495
Hope this makes sense.
Thanks for any ideas.
What I am trying to accomplish is to take a 2 column list of numbers and make it into a single column complete list including the numbers that are just referenced by inference in between columns. (Korn, Sed or Awk preferred if possible)
For Example:
303412 303460
303462 30348
303492 303495
------
On the second line the second number is 303480 (the zero is dropped by the system)
SO I would need
303412
303413
303414 (up to 303460)
then continuing on at 303462-303480
then 303492
303493
303494
303495
Hope this makes sense.
Thanks for any ideas.