Month: March 2008

  • ping with timestamp

    I couldn’t work out a way to get ping to print a timestamp of when the ping took place. For some reason it seems as though this isn’t a sought after feature. Luckily you can achieve the same thing using fping: while [ 1 ] ; do echo $(date ‘+%F %T’) $(fping -e google.com); sleep…