shell-script-pt
[Top][All Lists]
Advanced

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

Re: (SUGESTAO) [shell-script] help case com maiusculas e minusculas ( er


From: Fabricio
Subject: Re: (SUGESTAO) [shell-script] help case com maiusculas e minusculas ( era Help While )
Date: Thu, 25 Aug 2005 12:15:56 -0300
User-agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720)

vualá
[root@localhost scripts]# LC_CTYPE=ISO-8859-15; export LC_C
[root@localhost scripts]# ./maiscula a
minuscula!
a
[root@localhost scripts]# ./maiscula A
maiscula!!
A
[root@localhost scripts]# ./maiscula b
minuscula!
b
[root@localhost scripts]# ./maiscula B
maiscula!!
B
[root@localhost scripts]# ./maiscula c
minuscula!
c
[root@localhost scripts]# ./maiscula C
maiscula!!
C


:) agora sim , bonito



reply via email to

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