[SunHELP] Change upper case to lower case letter

sunhelp at sunhelp.org sunhelp at sunhelp.org
Fri Jun 1 11:36:39 CDT 2001


You can use tr command to do this task.
# for i in `ls /directory name`
# do
# echo $i
# tr '[A-Z]'[a-z]' $i
# done
OR
# tr '[A-Z]'[a-z]' < filename
I hope this will help.
wally


>From: "Trond Eirik Aune" <teaune at online.no>
>Reply-To: sunhelp at sunhelp.org
>To: "Sunhelp" <sunhelp at sunhelp.org>
>Subject: [SunHELP] Change upper case to lower case letter
>Date: Fri, 1 Jun 2001 12:49:07 +0200
>
>Hi
>
>I have a directory structure with files and folder all in upper case 
>letter. I want to change all this to lower case letter.
>Can someone please help me write a script that will make all these changes?
>
>(Damn NT and upper/lower case changes)
>
>Mvh,
>Trond E. Aune

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com




More information about the SunHELP mailing list