On Sat, 8 Mar 2003 [EMAIL PROTECTED] wrote:
> On Fri, 7 Mar 2003, Steve Lee wrote:
> > In SecureCRT, (windows people) can send a packet every so many
> > hours, to keep it alive, anyone with any ideas on doing this
> > is Xwindows ?
> >
> > Thanks
>
> while /bin/true;do ping -c 1 REMOTEHOST_IP >/dev/null 2>&1;done &

ACTUALLY that should be:

while /bin/true;do ping -c 1 REMOTEHOST_IP >/dev/null 2>&1;sleep 5m;done &

Sorry!

-- 
\ \/ / _       |~\  _ In God We Trust. All Others Pay Cash.
 >  < / \|\  /|+-< | |  "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_|   a tragedy to those who feel." - Horace Walpole



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to