On red hat enterprise linux 5.1 (with ksh) the expression below is case in sensitive:
variable=myworld expr $variable : "[A-Z]*" result= 7 Is correct?? On aix or other unix the expression is case SENSITIVE! variable=myworld expr $variable : "[A-Z]*" result= 0 There's an error on my syntax? Thank's Cristiano Bregola System Engineer - Centro di sviluppo tel. 0516002111 E-mail: [email protected]<mailto:[email protected]> <mailto:[email protected]> Partecipa anche tu! La Nuova Formula. Energy Tour '09 [cid:[email protected]] www.formula.it/energytour09<http://www.formula.it/energytour09> <http://www.formula.it/energytour09> 9 giugno, Padova - 11 giugno, Milano - 16 giugno, Torino - 18 giugno, Bologna - 23 giugno, Roma
<<inline: image001.jpg>>
_______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
