<div dir="ltr">Hi All,<div><br></div><div>    anyone know of the nicest way of doing with: do: in bash?  Right now I&#39;ve found the following and I think it stinks:<br><div><div><br></div><div>set -- firstone firsttwo firstthree</div>
<div>for v in secondone secondtwo secondthree</div><div>do</div><div>    blah $1 $v</div><div>    shift</div><div>done</div>-- <br>best,<div>Eliot</div>
</div></div></div>