j
k
j a
j l
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
Back to the thread
Back to the list