Linux:Bash Useful Tips
Renaming multiple files with the same extension in CentOS
rename .ext .ext.bak *.ext
(!) Beware that the rename command may work differently acc. to your Linux distribution
rename .ext .ext.bak *.ext
(!) Beware that the rename command may work differently acc. to your Linux distribution