Is there any program/method that would allow me to create a custom amount of copies of a file based on part of the file's name? Ideally, the copies would be similarly named so that they follow the original when sorted alphabetically.
Example: If I had the files below, I want to make X amount of copies of all files that have "_3" in their name.
- example_100_3
- example_100_4
- example_100_5
- example_200_3
- example_200_4
- example_200_5
Example: If I had the files below, I want to make X amount of copies of all files that have "_3" in their name.
- example_100_3
- example_100_4
- example_100_5
- example_200_3
- example_200_4
- example_200_5