short scripts: convert squid timestamp May 16, 2011 • edyliu cat > /var/convert.pl #!/usr/bin/perl -p<br /> s/^\d+\.\d+/localtime $&/e; Ctrl+D . /var/convert.pl /var/squid/log/access.log more