Watch Logfiles
Watch a text file as it grows:
tail -f logfile.txt
Print out iso date format
date --iso-8601=minutes
produces for example 2016-10-21T19:53+02:00
Watch a text file as it grows:
tail -f logfile.txt
date --iso-8601=minutes
produces for example 2016-10-21T19:53+02:00