rm `find | grep -e '\.en$' -e '\.fr$' -e '\.jis$'`
find -name '*.html.html' | perl -pe 'chomp; s/(.*).html/mv $1.html $1\n/' | sh
