Jim Van Meggelen wrote:
I ran the following command for a few days, just to get a feel for latency and jitter and such

ping [ip address] >> /var/log/pings_to_remote &

The challenge I have is that I want to end the process in such a way that I get the summary report you would normally get when you ctrl-d the ping command.

Fulko gave the correct answer, kill -INT

BTW this is not a bash question but a Unix OS question and a ping-specific question.
The answer is the same on bash, ksh, sh and even csh or tcsh, etc...

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to