Re: bash script that pings is not working
- From: mark <m.roth2006@xxxxxxx>
- Date: Wed, 12 Dec 2007 21:58:37 -0600
Anne Moore wrote:
HI All, can anyone help with this bash script? #!/bin/bash<snip>
while [ 1 ] do
ping some.ip.com
sleep 60 done
# end of script
It's not really working like I need it to be. I'm trying to add this to
One thing you should be aware of is that ping will keep going forever, unless you tell it ping -c 1 (or whatever)).
mark
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- References:
- bash script that pings is not working
- From: Anne Moore
- bash script that pings is not working
- Prev by Date: bash script that pings is not working
- Next by Date: Re: bash script that pings is not working
- Previous by thread: bash script that pings is not working
- Next by thread: Re: bash script that pings is not working
- Index(es):
Relevant Pages
|
|