how to convert lower case to uppercase in a word in a line ?

Andrew P. infofarmer at gmail.com
Fri Sep 16 09:00:52 PDT 2005


proxy# echo Word | tr "[:lower:]" "[:upper:]"
WORD


On 9/16/05, Yavuz Maslak <maslak at ihlas.net.tr> wrote:
> Hello
> 
> There is a word that consists lowercases.
> How to change all of letters capital letters in stead of lowercase ?
> is there any script about that ?
> Thanks
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list