for that matter, bash and 'tr' might do this as well?
On 5/8/2007, "Jeff Pang" <[EMAIL PROTECTED]> wrote:
>Squid log format is strict.Try to do,
>
>s/\s+/,/g;
>
>on each line.
>
>
>2007/5/8, Craig Schneider <[EMAIL PROTECTED]>:
>> Hi Guys
>>
>> Following is a log file extract which
Squid log format is strict.Try to do,
s/\s+/,/g;
on each line.
2007/5/8, Craig Schneider <[EMAIL PROTECTED]>:
Hi Guys
Following is a log file extract which I desperately need to covert to
coma separated for an entire logile called access.log (squid proxy log)
for reporting purposes. There ha