From the dwatch(1)(1) man page,
What are the "<2><3>" here?
ButOutput format without options is:
date/time uid.gid execname[pid]: psargs
For example, the command `dwatch BEGIN' produces:
INFO Watching 'dtrace:::BEGIN' ...
2017 May 29 08:23:20 0.0 dtrace[60671]: dtrace -s /dev/stdin
dwatch -x exec
have the following output:<2><3>2025 Apr 1 09:17:14 1001.1001 bash[96920]: /usr/local/bin/bash
<2><3>2025 Apr 1 09:17:14 1001.1001 bash[97022]: /usr/local/bin/bash
What are the "<2><3>" here?