AlanGreene / starter

Dotfiles starter project for new machines
1 stars 1 forks source link

moreutils #30

Closed AlanGreene closed 3 years ago

AlanGreene commented 3 years ago

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]"

AlanGreene commented 3 years ago

I haven't found enough use for these to include them