<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">thank you, but already solved!<br><br>$ for i in $(seq 0 4 16); do seq $i 1 $(( $i + 1 )); done<br>0<br>1<br>4<br>5<br>8<br>9<br>12<br>13<br>16<br>17<br><br><br>--- On <b>Sat, 12/11/10, John Haxby <i>&lt;john.haxby@gmail.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: John Haxby &lt;john.haxby@gmail.com&gt;<br>Subject: Re: bash increment in a given way<br>To: "Community support for Fedora users" &lt;users@lists.fedoraproject.org&gt;<br>Date: Saturday, December 11, 2010, 4:50 PM<br><br><div id="yiv88260686"><br><br><div class="yiv88260686gmail_quote">On 11 December 2010 14:34, S Mathias <span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:smathias1972@yahoo.com" target="_blank" href="/mc/compose?to=smathias1972@yahoo.com">smathias1972@yahoo.com</a>&gt;</span>
 wrote:<br><blockquote class="yiv88260686gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top"><br>but what's the "magic" for this? :<br><br>$ MAGIC; do echo "Welcome $i times"; done<br>Welcome 0 times<br>
Welcome 1 times<br>Welcome 4 times<br>Welcome 5 times<br>Welcome 8 times<br>Welcome 9 times<br>$<br><span class="yiv88260686Apple-style-span" style="font-size: small;"><span class="yiv88260686Apple-style-span" style="font-size: medium;"><br></span></span></td>
</tr></tbody></table></blockquote><div><br></div><div>for i in 0 1 4 5 8 9; do ....</div><div><br></div><div>&nbsp;</div></div>
</div><br>-----Inline Attachment Follows-----<br><br><div class="plainMail">-- <br>users mailing list<br><a ymailto="mailto:users@lists.fedoraproject.org" href="/mc/compose?to=users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>To unsubscribe or change subscription options:<br><a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br></div></blockquote></td></tr></table><br>