I want to write the script to read the file name in below format.
filename.wednesday filename.thursday filename.friday
I am using below command but still print the weekday in an Uppercase letter.
Wednesday, Thursday, Friday
May I know how can convert it to lowercase so that able to read the file?