Batch File Renaming Using "rename"
Posted on May 12, 2016 in OS
Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.
** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **
It is suggested that you use Python script to rename files in batch.
Change names of .txt
files to lowercase.
rename 'y/A-Z/a-z/' *.txt
Get rid of (1)
in file names.
rename 's/\(1\)//' *