blob: d051b6185562dc9f1f1cc5e6e09a576af9db0eb1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
NAME
timeprefix - Prefix the current time to each line
SYNOPSIS
timeprefix
DESCRIPTION
timeprefix reads stdin line by line and prefix the current time
(at the point the line has been fully read) to each line and
prints the prefixed line to stdout.
The timestamp is written in both decimal boot time and
human-readable real time (in UTC), with with boot time first so
that muliple generated log files can merged into one with
sort --merge.
timeprefix also marks when the program started and terminated.
|