TS(1) - General Commands Manual
TS(1) - General Commands Manual # TS(1) - General Commands Manual NAME # ts - timestamp input SYNOPSIS # ts [-i | -s] [-m] [format] DESCRIPTION # The ts utility prepends a timestamp to each line of standard input and writes it to standard output. The options are as follows: -i Display time elapsed since the last timestamp. -m Display timestamps derived from a strictly linearly increasing clock. Without -m, timestamps reflect the current date and time, including time jumps if the system time is changed. ...