On Sat, Jun 28, 2003 at 03:03:27PM +0100, David selby wrote: > Hello, > > I am writing bash a bash & sed script, it has been going suprisingly > well. I need a loop to count 9 times & the variable n to the count .. [snip]
for N in 1 2 3 4 5 6 7 8 9 do echo $N done I'm sure someone will point out a more elegant first line than this. HTH, jc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]