in reply to Re^3: Sort big text file - byte offset - 50% there (Added code)
in thread Sort big text file - byte offset - 50% there

Don't use "V" to pack, use "N", or else your values won't sort correctly.

- tye        

  • Comment on Re^4: Sort big text file - byte offset - 50% there ("V"/"N")