aboutsummaryrefslogtreecommitdiffstats
path: root/timeprefix.1
blob: aef997a9eb451c0b8f9ff846f7ca4b88b4c45bfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.TH TIMEPREFIX 1 TIMEPREFIX
.SH NAME
timeprefix \- Prefix the current time to each line
.SH SYNOPSIS
.B timeprefix
.SH DESCRIPTION
.B timeprefix
ignores all arguments. It 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 .