Date: Fri, 16 Sep 2005 20:00:50 +0400 From: "Andrew P." <infofarmer@gmail.com> To: Yavuz Maslak <maslak@ihlas.net.tr> Cc: freebsd-questions@freebsd.org Subject: Re: how to convert lower case to uppercase in a word in a line ? Message-ID: <cb520642050916090015d2945@mail.gmail.com> In-Reply-To: <015201c5bad6$78eaf940$dc96eed5@ihlasnetym> References: <015201c5bad6$78eaf940$dc96eed5@ihlasnetym>
next in thread | previous in thread | raw e-mail | index | archive | help
proxy# echo Word | tr "[:lower:]" "[:upper:]" WORD On 9/16/05, Yavuz Maslak <maslak@ihlas.net.tr> wrote: > Hello >=20 > 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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cb520642050916090015d2945>