Date: Fri, 16 Sep 2005 18:10:35 +0200 From: Jonathan Glaschke <no-html@jonathan-glaschke.de> To: questions@freebsd.org Subject: Re: how to convert lower case to uppercase in a word in a line ? Message-ID: <20050916161035.GA14183@kuckucksei.jogla> In-Reply-To: <015201c5bad6$78eaf940$dc96eed5@ihlasnetym> References: <015201c5bad6$78eaf940$dc96eed5@ihlasnetym>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, On Fri, Sep 16, 2005 at 06:51:16PM +0300, Yavuz Maslak wrote: > Hello >=20 > There is a word that consists lowercases.=20 > How to change all of letters capital letters in stead of lowercase ? > is there any script about that ? > Thanks=20 > _______________________________________________ Or you do this using perl: $ perl -e 'chomp && system("mv $_ ".uc($_)) foreach `ls`;' Jonathan > 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" >=20 --=20 | /"\ ASCII Ribbon | Jonathan Glaschke - Lorenz-G=F6rtz-Stra=DFe 71, | \ / Campaign Against | 41238 M=F6nchengladbach, Tel: 02166-265876 | X HTML In Mail | Mobil: 0162-3390789, ICQ: 231021883 | / \ And News | http://jonathan-glaschke.de/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050916161035.GA14183>