On Wed, Oct 03, 2007 at 06:15:56PM +0200, David Kastrup wrote: > for i in {1,2,3,4,5}{0,1,2,3,4,5,6,7,8,9} > do > ... > done $ dash $ for i in {1,2,3,4,5}{0,1,2,3,4,5,6,7,8,9}; do echo $i; done {1,2,3,4,5}{0,1,2,3,4,5,6,7,8,9} $ -Peff - 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