| timestamper - Prepend a timestamp to each input line |
timestamper - Prepend a timestamp to each input line
timestamper
Read STDIN and put everything on STDOUT, only prepending each line by a timestamp and a TAB char.
Timestamp format, see strftime(3).
Default is "%F %T %z".
ts(1) from moreutils