#!/bin/bash
for i in * ; do
k=`echo $i | tr [A-F] [a-f]`
mv $i $k
done


syntax highlighted by Code2HTML, v. 0.9.1