仕事用めもめも

for F in `find <directory> -type f -name *.html -print`; do mv $F ${F/.html/.ctp};done