Joseph Herlant
version 1.0.0, 2013-10-24 : Initial version

This commands adds the date and time to each lines of the "my_command" output.

my_command | perl -pe'$_=localtime()." $_"'