Sort of FPing, but then for a Mac
Had known the fping utility for some time... It not only pings, but also logs, with timestamps. Very handy sometimes. On Windows.
But now, on a Mac, how to do that? Found this, after some searching: How do I timestamp every ping result?. Reworked it a bit and now I'm using this:
ping 8.8.8.8 | xargs -L 1 -I '{}' date '+%+: {}'
Reacties