[Solved] Rename Duplicate file name to another name in multiple folders [closed]
You don’t show much effort to let us help you solving this. But since I’m learning bash scripting, I took your question as practicing. So… here is a bash script to rename duplicated files. /!\ The renamed files will be in the folder of first argument. So, in your case, you’ll have to launch it … Read more