Hi all,
Hope you're well
Thanks for software
How would one go about renaming files recursively within a folder structure?
Since there's no features relating to this in the documentation I assume this isn't possible (yet) so I reached for (my limited) shell/bash knowledge:
find . -type d | xargs massren
Currently I only get an instance for the working directory but I expect a recursive instance per directory - can anyone make this useful?
Hope this is clear/useful and hope to hear back
Keep up great work!
Cheers
Hi all,
Hope you're well
Thanks for software
How would one go about renaming files recursively within a folder structure?
Since there's no features relating to this in the documentation I assume this isn't possible (yet) so I reached for (my limited) shell/bash knowledge:
find . -type d | xargs massrenCurrently I only get an instance for the working directory but I expect a recursive instance per directory - can anyone make this useful?
Hope this is clear/useful and hope to hear back
Keep up great work!
Cheers