bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

possible bug


From: Bregola Cristiano
Subject: possible bug
Date: Fri, 15 May 2009 11:17:24 +0200

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: address@hidden<mailto:address@hidden>

<mailto:address@hidden>
Partecipa anche tu!
La Nuova Formula. Energy Tour '09

[cid:image001.jpg@01C9D54E.B8BE89B0]

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

JPEG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]