fmuquartet
Programmer
Greetings,
I am wanting to parse my Apache access logs for and empty string that appears in the same position and remove them from my access logs as they are just noise.
example:
192.168.15.101 - - [02/Jul/2008:10:28:26 -0500] "GET
In short I am wanting to remove all hyphen in the 3rd position from all my access logs, is this possible using Perl?
Thanks,
I am wanting to parse my Apache access logs for and empty string that appears in the same position and remove them from my access logs as they are just noise.
example:
192.168.15.101 - - [02/Jul/2008:10:28:26 -0500] "GET
In short I am wanting to remove all hyphen in the 3rd position from all my access logs, is this possible using Perl?
Thanks,