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

Jonathan Glaschke no-html at jonathan-glaschke.de
Fri Sep 16 09:11:20 PDT 2005


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`;'

Jonathan

> 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"
> 

-- 
 | /"\   ASCII Ribbon   | Jonathan Glaschke - Lorenz-Görtz-Straße 71,
 | \ / Campaign Against | 41238 Mönchengladbach, Tel: 02166-265876
 |  X    HTML In Mail   | Mobil: 0162-3390789, ICQ: 231021883
 | / \     And News     | http://jonathan-glaschke.de/


More information about the freebsd-questions mailing list