rename foo foo00 foo? rename foo foo0 foo??
そして、
rename .htm .html *.htm
名前を短くするために空文字列を指定する:
rename '_with_long_name' '' file_with_long_name.*
sh -c 'stty -icanon min 1; "$0" "$@"; stty icanon' rename -i from to files