Convert squid log timestamps to a human readable format:
cat access.log | perl -p -e 's/^([0-9]*)/"[".localtime($1)."]"/e'
Convert squid log timestamps to a human readable format:
cat access.log | perl -p -e 's/^([0-9]*)/"[".localtime($1)."]"/e'
by
Tags: