Re: Sorting logfile entries
- From: "L7" <jesse.r.brown@xxxxxxxxx>
- Date: 7 Sep 2006 04:32:16 -0700
Christian Chrismann wrote:
Hi,
I use a simple bash script that runs my application with different
Any hints?
Are you limited to stream oriented tools (sed, awk, etc)?
There are other tools that come with linux that would possibly make the
job a bit easier. Things such as python & ruby.
At that stage you could build records/classes of each entry and sort
based on individual fields. (I'm not sure you can do these things in
awk)
As far as the 'bug' is concerned, I would suggest that you fix it.
Don't compensate for errors by covering them up - fix them and move on.
Thank you.
Regards,
Chris
.
- References:
- Sorting logfile entries
- From: Christian Chrismann
- Sorting logfile entries
- Prev by Date: Re: Binary Tree On Disk
- Next by Date: Re: Sorting logfile entries
- Previous by thread: Sorting logfile entries
- Next by thread: Re: Sorting logfile entries
- Index(es):
Relevant Pages
|