$ cd into folder with files
Run the following command from the Terminal:
$ for f in *; do mv “$f” “`echo $f | tr “[:upper:]” “[:lower:]”`”; done
– Senior Fullstack Web Engineer
$ cd into folder with files
Run the following command from the Terminal:
$ for f in *; do mv “$f” “`echo $f | tr “[:upper:]” “[:lower:]”`”; done