aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 12:56:37 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 12:56:37 +0100
commit55f7a14b2e4001b11fad81812ab6bfd448bea038 (patch)
treee98576c226f40361f857966f791b81f003caad37 /README
parentFix doc text (diff)
downloadtimeprefix-55f7a14b2e4001b11fad81812ab6bfd448bea038.tar.gz
timeprefix-55f7a14b2e4001b11fad81812ab6bfd448bea038.tar.bz2
timeprefix-55f7a14b2e4001b11fad81812ab6bfd448bea038.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 8efcca2..b945e87 100644
--- a/README
+++ b/README
@@ -5,13 +5,13 @@ 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.
+ timeprefix reads stdin line by line and prefixes 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 the boot time first so
- that muliple generated log files can merged into one with
- sort --merge.
+ that multiple generated log files can be merged into one with
+ sort -m.
timeprefix also marks when the program started and terminated.