T
Thos
I'm trying to corelate log files from various applications.
Unfortunately, the date format used in the log files differs from file
to file (e.g., Dec 1, 05 - December 01, 2005 - 01/12/05 - 01/12/2005).
I'm looking for some way to do something like
dategrep 01/12/2005 *.log
and have it return all the records with that date regardles of the date
format used in the file.
I'd also like to be able to do comparisons (e.g., if ( datefix(date1)
== datefix(date2))
Any suggestions.... does something like this exist?
Unfortunately, the date format used in the log files differs from file
to file (e.g., Dec 1, 05 - December 01, 2005 - 01/12/05 - 01/12/2005).
I'm looking for some way to do something like
dategrep 01/12/2005 *.log
and have it return all the records with that date regardles of the date
format used in the file.
I'd also like to be able to do comparisons (e.g., if ( datefix(date1)
== datefix(date2))
Any suggestions.... does something like this exist?