Skip to content

Instantly share code, notes, and snippets.

@blockzilladev
Created November 2, 2018 23:18
Show Gist options
  • Save blockzilladev/aa42e9b6b443d52317daf0aacdd467db to your computer and use it in GitHub Desktop.
Save blockzilladev/aa42e9b6b443d52317daf0aacdd467db to your computer and use it in GitHub Desktop.
Recursive Ping
nohup ping 8.8.8.8 > timeout.txt &
@blockzilladev
Copy link
Author

blockzilladev commented Nov 2, 2018

to kill kill -SIGQUIT `pgrep ping`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment