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