>Hi everyone, >Im looking how to change the time that appears in the access.log to make it friendlier. Where can I change the code to do it? Thanks for answering A shell script: $ cat squidtime.sh #!/bin/sh perl -p -e 's/^([0-9]*)/"[".localtime($1)."]"/e' This lets me do: $ cat access.log | squidtime.sh | less
- [squid-users] Access.log time SecureSoft - Daniel Merino
- RE: [squid-users] Access.log time Tim Duncan
- RE: [squid-users] Access.log time SecureSoft - Daniel Merino
- RE: [squid-users] Access.log time SecureSoft - Daniel Merino
- RE: [squid-users] Access.log time SecureSoft - Daniel Merino
- RE: [squid-users] Access.log time Amos Jeffries
- [squid-users] Windows update t... Juan Cardoza
- Re: [squid-users] Windows... Jeff Pang
- RE: [squid-users] Win... Juan Cardoza
- RE: [squid-users]... Amos Jeffries
