aboutsummaryrefslogtreecommitdiff
path: root/contrib/ts/ts.c
Commit message (Collapse)AuthorAgeFilesLines
* Add ts(1) commandJuraj Lutter2025-05-271-0/+171
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 7.2 Relnotes: yes Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D35694