for I in 18 19 20 21 23 24 25 26 27 28 29

Keith Edmunds keith at midnighthax.com
Tue Nov 29 19:02:02 CET 2005


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     |
+---------------------------------------------------------------------+



More information about the linux-fai mailing list