CombiningLogFiles

From ATCSMon Wiki
Jump to navigation Jump to search

I was trying to combine a few day-long files from 2 different freqs (I should have been logging the networked instance, not the individual feeds).

I know I can sort replaying both files into the messages window, but the maximum number of messages is something like 32000, still not enough. DOS sort does the trick from a command prompt.

  • First, manually append one file to another.
  • Then, use

"SORT <input filename> /O <output filename>" . It accomplishes the task incredibly rapidly!

-Gary Hahn 8/31/2008