Unix Timestamp to Date
350
When you face with Log Files with Unix Timestamp, it's making it harder to recognize exact timings. For this you don't need to change any structure or modify data on logs, there is an easy way to transform Unix Timestamp to Date by using Perl.
tail -f /var/logname.log | perl -pe 's/(d+)/localtime($1)/e'
If you are looking for consultation, fill the Contact Form below.
The future is in the skies.
Haluk YAMANER
Founder @ Future Software UAE
Founder @ Future Linux
Click here for more about me »