[ILUG-BOM] To small case

Nikhil Joshi nikhil_joshi@[EMAIL-PROTECTED]
Sun Dec 29 12:18:58 IST 2002


On Sat, 28 Dec 2002, Amish Munshi wrote:

>
> 	How do I convert the file names to lower case. I have a directory

for i in * ; do j=`echo $i | tr [:upper:] [:lower:]`; mv -i $i $j; done

HTH

Nikhil





More information about the Linuxers mailing list