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

Re: change case in BASH




Charles Menzes wrote:
> 
> how would i (exclusively in bash) change the case of a variable to all
> caps?

export AA=`echo $AA | tr a-z
A-Z`

--
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.