In what way, can you be specific? I would recommend learning to write a bash script to do something like that, since you need to understand regular expressions anyway (it looks like your file browser has that capability), but I would recommend using the terminal for things like that.
Open your standard Nemo File Manager and open the folder containing your files.
Select all files by pressing Ctrl + A.
Right-click any selected file and choose Rename. This will instantly open the File Renamer (Bulky) interface.
Set the dropdown menu on the top left to Replace.
Ensure the middle dropdown is set to Name only.
In the Find box, type an asterisk: *.
In the Replacebox, type your desired new name followed by %n. For example: Photo_%n.
Tip: %n tells the system to insert sequential numbers (1, 2, 3...). If you want leading zeros (like 01, 02, 03), use %02n. For three digits (001, 002, 003), use %03n.
Review the real-time preview on the right side of the window.
Click the Rename button at the bottom right to execute the changes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.