Can I get a hint on how to bulk remove a filename suffix ending in -d -dd -ddd where the d=[0-9] digits. Example: MyVideo-01.mp4 to MyVideo.mp4
Also I would like to be able to reverse a suffix pattern: Specifically <filename>(tr)([A-Z][A-Z]).mp4 to be <filename>([A-Z][A-Z])(tr).mp4
without individually going through all of the [A-Z] patterns (about a dozen of them, e.g., MA, MB, LV, LR, LP, etc).
Finally Is there a way to filter for filenames that DO NOT contain a specific string: E.g., *(SCL-* all files NOT containing "(SCL-"
Thanks for helping a retired tech geezer,
---Jeff
