#!/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