in reply to Re: Sorting a large file
in thread Sorting a large file

One problem that I should of stated above, I'm on Windows NT, using active perl (no BerkeleyDB). The database seems like an overkill for sorting a log file, but it could be an option.

Replies are listed 'Best First'.
Re: Re: Re: Sorting a large file
by InfiniteSilence (Curate) on Feb 21, 2001 at 20:20 UTC
    You might try to install MySQL (its free) on your NT box, write a script to monitor your log file for changes, import new files into the database; use SQL to sort the file.

    Celebrate Intellectual Diversity