Convert Epcoh seconds in a stream

Convert Epoch seconds in a stream


Here is the perl script, put it somewhere like /usr/local/bin/convertepoch You can now use it in a stream like tail -f /var/log/mylogfile |convertepoch and you will turn
into the slightly more useable


Here is a Python version, put it somewhere like /usr/local/bin/convertepoch