Solaris Linux Hp-ux AIX
A faster, easier and secure world.....
Thursday, July 14, 2011
timeconvertion: unix time to normal time stamp.
This is a simple perl script to convert unix time to normal time stamp. Helpful in squid log etc...
$cat timeconvert.pl
#! /usr/bin/perl -p
s/^\d+\.\d+/localtime $&/e;
$./timeconvert /var/log/squid/access.log.old
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.