Add /usr/bin/ts, a command that timestamps each line of its stdin
before it is being printed to stdout.
A typical use case is to profile shell scripts.
Obtained from: OpenBSD
Paths
| Differential D35694 Authored by otis on Jul 2 2022, 3:34 PM.
Details
Summary Add /usr/bin/ts, a command that timestamps each line of its stdin A typical use case is to profile shell scripts. Obtained from: OpenBSD
Diff Detail
Event TimelineHerald added a reviewer: manpages. · View Herald TranscriptJul 2 2022, 3:34 PM2022-07-02 15:34:01 (UTC+0) Harbormaster completed remote builds in B46227: Diff 107679.Jul 2 2022, 3:34 PM2022-07-02 15:34:14 (UTC+0) Harbormaster completed remote builds in B46228: Diff 107680.Jul 2 2022, 3:47 PM2022-07-02 15:47:33 (UTC+0) Comment Actions I cant immediately spot any other nits with the mdoc, but perhaps you should add a note about when ts(1) was added to FreeBSD in the history section header? Also, I can't wait for this one to land, it's super handy and I can't believe I didn't know about it until now. :)
Harbormaster completed remote builds in B46229: Diff 107686.Jul 2 2022, 4:51 PM2022-07-02 16:51:57 (UTC+0) Harbormaster completed remote builds in B46239: Diff 107702.Jul 3 2022, 7:57 PM2022-07-03 19:57:28 (UTC+0) This revision is now accepted and ready to land.Jul 4 2022, 6:04 AM2022-07-04 06:04:39 (UTC+0) This revision now requires review to proceed.Jul 4 2022, 1:49 PM2022-07-04 13:49:36 (UTC+0) Harbormaster completed remote builds in B46250: Diff 107731.Jul 4 2022, 1:49 PM2022-07-04 13:49:39 (UTC+0) Harbormaster completed remote builds in B46254: Diff 107752.Jul 4 2022, 4:49 PM2022-07-04 16:49:52 (UTC+0) Comment Actions Other than the question, I'm still happy with the mdoc, so will accept once that's been answered.
otis added inline comments.
Harbormaster completed remote builds in B46286: Diff 107832.Jul 6 2022, 12:49 PM2022-07-06 12:49:57 (UTC+0) This revision is now accepted and ready to land.Jul 7 2022, 3:49 PM2022-07-07 15:49:14 (UTC+0) mondo.debater_0q_icloud.com added a subscriber: mondo.debater_0q_icloud.com.Jun 20 2024, 9:41 PM2024-06-20 21:41:20 (UTC+0) Comment Actions
Is there a reason this was never merged?
Revision Contents
Diff 107680 contrib/ts/ts.1
contrib/ts/ts.c
usr.bin/Makefile
usr.bin/ts/Makefile
|