45

Tip #47   Changing file extensions

Rename replaces string X in a set of file names with string Y.

rename 's/.html$/.php/' *.html


This will change the extension of every .html file in your CWD to .php.