<div dir="ltr"><div dir="ltr"><div>Sigh, google is my friend.</div><div>I discovered jobs -p<br></div><div>Whee, that makes it much easier.</div><div>I think I have it</div><div><br></div><div>#!/bin/bash<br>sleep 50 &amp;<br>sleep 50 &amp;<br>sleep 50 &amp;<br>sleep 50 &amp;<br><br># now wait<br>echo -n &#39; waiting &#39;<br>for job in `jobs -p` ; do<br><br>        echo -n &#39;*&#39;<br>        sleep 10<br>done<br>echo done<br><br><br></div><div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">---<br>Vince&#39;s outgoing mail<br></div><div><a href="mailto:Vince@planetvince.com" target="_blank">Vince@planetvince.com</a><br><br></div></div></div></div></div></div></div></div></div></div>