Skip to content

Instantly share code, notes, and snippets.

@ianrust
Created April 14, 2018 22:22
Show Gist options
  • Save ianrust/134bd46061a05c07179543df60f28648 to your computer and use it in GitHub Desktop.
Save ianrust/134bd46061a05c07179543df60f28648 to your computer and use it in GitHub Desktop.
one-liner ping log
nohup ping google.com | perl -nle 'BEGIN {$|++} print scalar(localtime), " ", $_' >> ispping.txt &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment