save files to lowercase in Windows
Posted: 2013-12-07T13:13:01-07:00
Hi all,
I have the following command:
mogrify -format jpg -path thumbs -thumbnail 200x150 ./1080p/*.jpg
which is: "transform into jpg thumbnails all the jpgs found in 1080p directory and put them into thumbs directory"
Is there a way to save the output files in lowercase?
eg P1090612.JPG to p1090612.jpg
thank you in advance
I have the following command:
mogrify -format jpg -path thumbs -thumbnail 200x150 ./1080p/*.jpg
which is: "transform into jpg thumbnails all the jpgs found in 1080p directory and put them into thumbs directory"
Is there a way to save the output files in lowercase?
eg P1090612.JPG to p1090612.jpg
thank you in advance