Skip to content

Instantly share code, notes, and snippets.

@laetrid
Created January 19, 2016 12:35
Show Gist options
  • Save laetrid/0402a362d7ef519dc466 to your computer and use it in GitHub Desktop.
Save laetrid/0402a362d7ef519dc466 to your computer and use it in GitHub Desktop.
Fast ping with timestamp
ping 8.8.8.8 -i 0.01 | while read pong; do echo "$(date +%H:%M:%S:%N): $pong"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment