#! /bin/sh
find -depth -name "*[A-Z]*"  | sed -e "s/\(.*\)/mv '\1' \L'\1'/" | sh -x
