I have read that there are some usefull linux commands that can search for files and edit them in certain ways, so i am hoping someone can help me with what i need to do.
Basicaly, i have a folder full of files with filenames like 'example_d1m1yyyy' 'example_d2m2yyyy' etc..., and i need the files to be renamed to 'Example d1 m1'. Is there any way for me to do a command that will do this change to every file in the folder, replacing the _ with spaces, adding capital letters where needed, and adding spaces where there were none.
Or is things like that a bit to complex and would i be better off doing it manualy, file by file?
Basicaly, i have a folder full of files with filenames like 'example_d1m1yyyy' 'example_d2m2yyyy' etc..., and i need the files to be renamed to 'Example d1 m1'. Is there any way for me to do a command that will do this change to every file in the folder, replacing the _ with spaces, adding capital letters where needed, and adding spaces where there were none.
Or is things like that a bit to complex and would i be better off doing it manualy, file by file?