Hi,

from

$for AA in [0-9][0-9]; do echo $AA; done

I'd await to get:
00
01
02
..
98
99

but I get:

[EMAIL PROTECTED] ~/MyDB $ for AA in [0-9][0-9] ; do echo $AA; done
[0-9][0-9]
[EMAIL PROTECTED] ~/MyDB $

Is this fixed somehow?

Thanks in advance
Frank


-- 
[email protected] mailing list

Reply via email to