Geert Stappers wrote:
 for I in $( cooltool 18 29 )
 do
   foo ${I}
   bar ${I}
 done

for I in $(seq 18 29) ....

--
Keith Edmunds

+---------------------------------------------------------------------+
|  Tiger Computing Ltd  |  Helping businesses make the most of Linux  |
|  "The Linux Company"  |    http://www.TheLinuxConsultancy.co.uk     |
+---------------------------------------------------------------------+

Reply via email to