I have data that consists of 980 folders with 7342 files, and need to rename all of the folders. All folders have several characters, (position 1 - 7), that I need to remove. I do have a bulk file renamer, but it will not let me select folders; only it s contents. Is there an app, or maybe a cli way that will accomplish this?
Edit: After looking closer I see that the number of characters I need to remove varies a bit. The one thing all folders have in common though is a “-” char after the ones I need to remove. I only know BASIC programming language. I can almost imagine running the folder names through a For loop containing an “instring” function. I could probably do it on a TI calculator, but not in Linux. Any help would be most excellent.
