Question
change the first character in file name
Hey folks.
I have big data base with specific file names.
Example
w=xxx-sometext-sometext-sometext-sometext_.tif
w=xxxxxx-sometext-sometext-sometext-sometext_.tif
Numbers of x are different. I want to only change the first - to _ like below
w=xxx_sometext-sometext-sometext-sometext_.tif
How to do this?
