How to change the extension of all selected files at once?

Command prompt example:

rename *.html *.htm

will rename all files with .html extension in the current directory to .htm


You can use Total Commander that allows mass renaming in many ways...


On Linux you can do this rename 's/\.doc$/.rtf/' *.doc

The above renames all files with doc extension to the rtf extension