aboutsummaryrefslogtreecommitdiffstats
path: root/timeprefix.1
blob: 088b3ef09bea33654cb824c90066cd90cb1626c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH TIMEPREFIX 1 TIMEPREFIX
.SH NAME
timeprefix \- Prefix the current time to each line
.SH SYNOPSIS
.B timeprefix
.SH DESCRIPTION
.B 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.
.PP
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
.B sort
.BR --merge .
.PP
.B timeprefix
also marks when the program started and terminated.