find ./ -name '*.html' | while read line; do
mv $line `echo $line | sed -e 's,\.html$,.tpl,'`
done
いや、理解はできてない。。