Changing Filename Extension Or Text On Multiple Files On Linux

Posted By Weston Ganger

Sometimes you need to change parts of a filename for multple files. Heres how:

rename 's/css$/scss/' *

This example will change the string css to scss in the filename for all files in the current folder

Related External Links:

Article Topic:Software Development - Linux

Date:March 18, 2015