Closed AlanGreene closed 3 years ago
brew install moreutils
contains useful things like ts to add timestamps to output, e.g. ping foo | ts
ts
ping foo | ts
can customise format, e.g. ping foo | ts "[%b %d %H:%M:%S]"
ping foo | ts "[%b %d %H:%M:%S]"
I haven't found enough use for these to include them
brew install moreutils
contains useful things like
ts
to add timestamps to output, e.g.ping foo | ts
can customise format, e.g.
ping foo | ts "[%b %d %H:%M:%S]"