On 9/16/05, Jonathan Glaschke <[EMAIL PROTECTED]> wrote:
> Hello,
> On Fri, Sep 16, 2005 at 06:51:16PM +0300, Yavuz Maslak 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
> > _______________________________________________
> Or you do this using perl:
> 
> $ perl -e 'chomp && system("mv $_ ".uc($_)) foreach `ls`;'
> 

sed, awk, python, php, ruby, <whatever> versions are to follow
shortly :)
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to