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

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

Re: RES: [shell-script] read lowcase


From: aurelio
Subject: Re: RES: [shell-script] read lowcase
Date: Mon, 24 Mar 2003 13:53:54 -0300 (ART)

oi,

 --- Anderson Deluiz Santos <address@hidden> escreveu: 
> Use o comando tr.
> read VAR
> VAR=`echo $VAR|tr [A-Z] [a-z]`

só pra avisar, não precisa dos []

$ echo BLA | tr A-Z a-z
bla

falou!

> De: Filipe Dantas [mailto:address@hidden] 
> typeset -l 
> read variavel
> e em bash, como ficaria?


=====
-- 
aurelio

_______________________________________________________________________
Yahoo! Mail
O melhor e-mail gratuito da internet: 6MB de espaço, antivírus, acesso POP3, 
filtro contra spam. 
http://br.mail.yahoo.com/


reply via email to

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