I'd like to run http_analyze 2.x (for the VRML stuff), however it only
wants to process one access_log at a time - therefore I only get one month
at a time, unlike analog which handles the rotating log formats.
Http_analyze does come with a log rotater, but it deals with logs that
append monts, etc. I would rather just pipe in all the previous access_logs
at once.
My dilema is this:
I can do this :
for i in access*
do
cat i$ >> filename
done
but this doesn't concatenate them quite the right way. I was looking to
append them together in order, so they would be seamless - in other words
February 15th would be the ending in one file, and Feb 16th would be the
start in the next.
Any pointers?
Thanks,
&J
------------------------------------------------
"[It's] time for the human race to enter the solar system."
-- Vice President Dan Quayle
http://www.public.asu.edu/~johnr
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.