Command-line batch renaming tool with regex and expression support
Command-line batch renaming tool
f2
$ f2 -f ' ' -r '_' *.txt
$ f2 -p 'backup_' *.log
$ f2 -f '(.*)' -r '$1' --lower *.txt