![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Untangling Log Filesby kwaping (Priest) |
on Feb 08, 2007 at 17:36 UTC ( #599066=note: print w/replies, xml ) | Need Help?? |
Non-perl answer: Personally, I would use the unix grep command to extract the desired lines out of the log files, then redirect that output into another file, possibly with a sort wedged in the middle. This is on a unix box though, not sure what your OS is or if there's an equivalent set of commands for it.
Something like this:
--- It's all fine and dandy until someone has to look at the code.
In Section
Seekers of Perl Wisdom
|
|