timestamper - Prepend a timestamp to each input line



NAME

timestamper - Prepend a timestamp to each input line


SYNOPSIS

timestamper


DESCRIPTION

Read STDIN and put everything on STDOUT, only prepending each line by a timestamp and a TAB char.


ENVIRONMENT

TIMESTAMP_FMT

Timestamp format, see strftime(3). Default is "%F %T %z".


SEE ALSO

ts(1) from moreutils

 timestamper - Prepend a timestamp to each input line