in reply to Re^2: Split file based on field
in thread Split file based on field

    # breaks under windows, because you try to use a ":" in a filename
  • ":" can be changed
        assumes the input is sorted and breaks if the is input is not sorted.
  • yes, it is sorted
        opens/closes the file(s) for every! line of input data
  • yes, I can see