in reply to Combined lines from a file into one

Show us what you tried. Tell us how it failed. See I know what I mean. Why don't you? for tips.

Premature optimization is the root of all job security
  • Comment on Re: Combined lines from a file into one

Replies are listed 'Best First'.
Re^2: Combined lines from a file into one
by emadmahou (Acolyte) on Aug 04, 2015 at 22:04 UTC
    My script works fine, but I am using a tool that create these ranges and that tool has a bug that it does skip a number or two some times that's why I have this issue of multiple line instead of one line with the whole range. Now I am trying to go throw the line find the min value and the max value and output them in one line in new file.