Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • The second workflow automation definitely does the job. I also see why you felt I had too many steps, considering the rest of the renaming could have been done in a script. Thank you. Commented Jul 24, 2017 at 14:38
  • @Yazmin, I haven't had time yet to update the answer with an explanation of what the code in the bash script is doing, but will as soon as I get a chance. Suffice it to say you should only have to modify the value of the three variables p, s and t as needed/wanted. The remaining code should not need to be modified. Commented Jul 24, 2017 at 15:36
  • @Yazmin, Update Note: I've modified the code, in the second Automator workflow, by placing the variable assignments outside of the for loop, as that is the only code you should need/want to modify as necessary (and they don't need to be within the for loop). I have not updated the image of the Automator workflow to reflect this update. Commented Jul 24, 2017 at 16:02