diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 12:56:37 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 12:56:37 +0100 |
| commit | 55f7a14b2e4001b11fad81812ab6bfd448bea038 (patch) | |
| tree | e98576c226f40361f857966f791b81f003caad37 /README | |
| parent | Fix doc text (diff) | |
| download | timeprefix-3.1.2.tar.gz timeprefix-3.1.2.tar.bz2 timeprefix-3.1.2.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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. |
