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

Will Maier willmaier at ml1.net
Tue Nov 29 19:10:52 CET 2005


On Tue, Nov 29, 2005 at 06:36:17PM +0100, Geert Stappers wrote:
> it is
> 
>  for I in $( cooltool 18 29 )
>  do
>    foo ${I}
>    bar ${I}
>  done

This is better done with standard tools that come installed with
your system. On Linux, use seq(1); on BSD, jot(1). Syntax is the
same.

-- 

[Will Maier]---------------[willmaier at ml1.net/wcmaier at jabber.ccc.de]



More information about the linux-fai mailing list