To stop whatever you're running in the terminal, type:
Ctrl+c
That's it.
If the issue happens to be ping, you can do it preemptively, by limiting the number of pings. Just use this command:
ping -c [number of pings you want]
as in:
ping -c 7 www.google.com
No comments:
Post a Comment