Ping with timestamp in Mac OS X

This article shows the commands for doing a ping with timestamp on a Mac.  The basic command is:

ping 10.0.0.1 | while read line; do echo `date` - $line; done

3 notes

Show

  1. braimee posted this

Blog comments powered by Disqus