On Thu, Jul 10, 2008 at 4:57 PM, Sgeo <[EMAIL PROTECTED]> wrote: > for i in range(1000): > print "I go on hold. I come off hold."
for((i=0;i<1000;i++)); do echo 'I go on hold. I come off hold.'; done
On Thu, Jul 10, 2008 at 4:57 PM, Sgeo <[EMAIL PROTECTED]> wrote: > for i in range(1000): > print "I go on hold. I come off hold."
for((i=0;i<1000;i++)); do echo 'I go on hold. I come off hold.'; done