Renaming multiple files at one go

Submitted by hpn on January 10, 2007 - 15:53
Notes
rename -v 's/\.php5$/.php/' *.php5 (the above command renames .php5 to .php in the present folder)