rename
Rename
Rename Files or Extensions
If you want to rename a folder of *.JPG's to *.jpg: rename JPG jpg *.JPG
The above does not work on Debian sarge - because perl expression is installed. Try this to rename all files to lower case: rename 'y/A-Z/a-z/' *
rename.txt · Last modified: 2022/07/19 20:13 by 127.0.0.1