<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>Hi Rick.<br></div>
<div>&nbsp;</div>
<div>Here are the lines from the script:<br></div>
<div>&nbsp;</div>
<div># Install the dialog utility<br></div>
<div>read -p "Invisible Island's dialog utility will be installed.&nbsp;See <a href="http://invisible-island.net/dialog">http://invisible-island.net/dialog</a> ."<br></div>
<div>sleep 2s # or ping localhost -c 2 -i 2 &gt; null<br></div>
<div>yum -y install dialog<br></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>I tried sleep 2, sleep 2s (which == sleep 2) and&nbsp;ping localhost -c 2 -i 2 &gt; null<br></div>
<div>&nbsp;</div>
<div>(I cannot send to /dev/null because that requires sudo and that's a pain for testing.)</div>
<div>&nbsp;</div>
<div>For each one, execution stops until I press &lt;enter&gt;<br></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>On Fri, May 15, 2015, at 20:44, Rick Hornsby wrote:<br></div>
<blockquote type="cite"><div>&nbsp;</div>
<div>&nbsp;</div>
<div>
Steve VanSlyck wrote:<br></div>
<blockquote type="cite" cite="mid:1431736629.3373250.270086025.0838AA44@webmail.messagingengine.com"><div>I'd tried sleep 3s after trying sleep 3, which didn't work.<br></div>
</blockquote><div>&nbsp;</div>
<div>
Need more context. Sleep is the correct command for pausing.<br></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>
./sleep_test.sh<br></div>
<div>
Fri May 15 19:41:57 CDT 2015<br></div>
<div>
Fri May 15 19:42:00 CDT 2015<br></div>
<div>
aztec:bin rhornsby$ cat sleep_test.sh<br></div>
<div>
#!/bin/bash<br></div>
<div>
date<br></div>
<div>
sleep 3<br></div>
<div>
date<br></div>
<div>&nbsp;</div>
<blockquote type="cite" cite="mid:1431736629.3373250.270086025.0838AA44@webmail.messagingengine.com"><div>&nbsp;</div>
<div>Unfortunately your corrected ping local host doesn't work eether.
 Want's me to press &lt;enter&gt;.<br></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>On Fri, May 15, 2015, at 20:32, Mike Plemmons wrote:<br></div>
<blockquote type="cite"><p dir="ltr">Try <br>
sleep 3<br>
ping localhost&nbsp; -c 2 -I 3 &gt; /dev/null</p><div><div>On May 15, 2015 
8:24 PM, "Steve VanSlyck" &lt;<a href="mailto:s.vanslyck@postpro.net">s.vanslyck@postpro.net</a>&gt; 
wrote:<br></div>
<blockquote style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204, 204, 204);border-left-style:solid;padding-left:1ex;"><div>&nbsp;</div>
<div><div>I tried both of these in my script and neether one would 
continue.<br></div>
<div>&nbsp;</div>
<div>Both worked fine at the command line.<br></div>
<div>&nbsp;</div>
<div>Hints?<br></div>
<div>&nbsp;</div>
<div>sleep 3s<br></div>
<div>&nbsp;</div>
<div>ping localhost -c 2 -i 3 &gt; nul<br></div>
<div>&nbsp;</div>
</div>
<div>&nbsp;</div>
<div>_______________________________________________<br></div>
<div>colug-432 mailing list<br></div>
<div><a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br></div>
<div><a href="http://lists.colug.net/mailman/listinfo/colug-432">http://lists.colug.net/mailman/listinfo/colug-432</a><br></div>
<div>&nbsp;</div>
</blockquote></div>
<div><u>_______________________________________________</u><br></div>
<div>colug-432 mailing list<br></div>
<div><a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br></div>
<div><a href="http://lists.colug.net/mailman/listinfo/colug-432">http://lists.colug.net/mailman/listinfo/colug-432</a><br></div>
</blockquote><div>&nbsp;</div>
<pre>_______________________________________________
colug-432 mailing list
<a href="mailto:colug-432@colug.net">colug-432@colug.net</a> <a href="http://lists.colug.net/mailman/listinfo/colug-432">http://lists.colug.net/mailman/listinfo/colug-432</a><br></pre></blockquote><div><u>_______________________________________________</u><br></div>
<div>colug-432 mailing list<br></div>
<div><a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br></div>
<div><a href="http://lists.colug.net/mailman/listinfo/colug-432">http://lists.colug.net/mailman/listinfo/colug-432</a><br></div>
</blockquote><div>&nbsp;</div>
</body>
</html>