On Thu, 24 Feb 2005, Tim Neto wrote:
PERL, AWK, pHp, JAVA, C...
Pick your weapon.
I'm using AWK as my parser of the logs.
AWK is undoubtedly the best fitting tool for this specific question.
awk '{print >> $8 "access.log"}'
Regards Henrik
On Thu, 24 Feb 2005, Tim Neto wrote:
PERL, AWK, pHp, JAVA, C...
Pick your weapon.
I'm using AWK as my parser of the logs.
AWK is undoubtedly the best fitting tool for this specific question.
awk '{print >> $8 "access.log"}'
Regards Henrik