How to batch rename files in Ubuntu
You can batch rename files in Ubuntu using the “rename” command. It should be installed by default – so no need to apt-get install. The command is quite simple: For example renaming: google_marker_green.png google_marker_blue.png etc… To: map_marker_green.png map_market_blue.png etc… Hope this helps someone.