Skip to content

Instantly share code, notes, and snippets.

@demofly
Created July 22, 2014 14:33
Show Gist options
  • Save demofly/8217256f50610c697ae7 to your computer and use it in GitHub Desktop.
Save demofly/8217256f50610c697ae7 to your computer and use it in GitHub Desktop.
Convert Squid log timestamps on the fly
tail /var/log/squid/access.log -f -n999 | perl -p -e 's/^([0-9\.]*)/"[".localtime($1)."]"/e'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment