Forum Moderators: phranque
My new host has logs for each day. Like this:
site.com-yyyymmdd.gz
I'm used to one big file. How do I use these logs in a program like sawmill? - I'm a bit lost and a little direction would be greatly appreciated.
Thanks
Nick
Is there any nix tool that would do this without to much problem?
The following method is quick and effective on a *nix machine.
cat site.com-03-03-01 >> access.log cat site.com-03-03-02 >> access.log cat site.com-03-03-03 >> access.log