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

Geert Stappers stappers at stappers.nl
Tue Nov 29 18:36:17 CET 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello List,

It was this mailinglist where I got the hint for a cleaner way to do

 for I in 18 19 20 21 23 24 25 26 27 28 29
 do
   foo ${I}
   bar ${I}
 done

it is

 for I in $( cooltool 18 29 )
 do
   foo ${I}
   bar ${I}
 done


but I can't find back 'cooltool'.


I hope that the collective memory works ...


GSt
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFDjJGROSINbgwa/7sRAnHMAKCKDk79e4md4TIFrs6tAL0Ehuw6XwCdGoUa
fqIL9zIJdkTaIDwXjfL+7Y0=
=gZku
-----END PGP SIGNATURE-----



More information about the linux-fai mailing list