i'm trying to automate a process, and for that, I need to strip a part of a foldername.
Folders are named dummy1R1, dummy2R1, dummyLongerR1.
I need to strip the R1 from the folder names, for a certain parent folder.
I have looked into "rename" but that only works for files, and "find" doesn't show me if I can reuse a grouping in regex.
All help appreciated