Let us check if the files have been renamed or not. To rename all files starting with letter "a" to "b", simply run: $ mmv a\* b\#1 Of course, you can do this manually in few seconds.īut just think if you have hundreds of files and want to rename them? It is quite time consuming process. Now you want to rename all files that starts with letter "a" to "b". Let us say, you have the following files in your current directory. To install mmv on Debian, Ubuntu, Linux Mint, and Pop OS, run the following command: $ sudo apt-get install mmv It is available in the default repositories of Debian-based systems.
The mmv utility is used to move, copy, append and rename files in bulk using standard wildcards in Linux and Unix-like operating systems.
I will keep updating the list if I come across any new method in future. As of writing this, I am aware of 8 different ways to batch rename files. There could be many commands and utilities to a bulk rename bunch of files. There are a few other utilities available to batch rename files in Linux. What would you do if you wanted to rename multiple files at a time? Worry not! But, the mv command won't support batch renaming files at once.