Carl Worth <cworth@xxxxxxxxxx> writes: > On Wed, 3 Oct 2007 16:36:13 +0100 (BST), Johannes Schindelin wrote: >> Or as >> >> i=1 >> while test $i -le 50 >> do > ... >> i=$(($i+1)) >> done > > /me steps aside to let the shell-script wizards finish the job for i in {1,2,3,4,5}{0,1,2,3,4,5,6,7,8,9} do ... done There is enough room for perversion in shell programming for everyone... -- David Kastrup, Kriemhildstr. 15, 44793 Bochum - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html