Skip to content

Instantly share code, notes, and snippets.

@GregIngelmo
Created May 9, 2014 22:09
Show Gist options
  • Save GregIngelmo/e1278141f334ba9eaf8a to your computer and use it in GitHub Desktop.
Save GregIngelmo/e1278141f334ba9eaf8a to your computer and use it in GitHub Desktop.
Ping Utils

Ping Utils

Parse ping response time

brew install fping
fping -c 1 google.com 2&>1| head -n1 | cut -d "(" -f2 | cut -d " " -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment