You can also use the rename command.
rename
Open your terminal, navigate to the relevant folder using cd, then paste:
cd
rename -f 'y/A-Z/a-z/' *
It will rename all your files to lowercase.