Hi all,
Would someone be able to help me to achieve these goals. The goals are to replicate files and modify the content, so I can use these files for testing a system.
Would someone be able to help me to achieve these goals. The goals are to replicate files and modify the content, so I can use these files for testing a system.
- Say I have a folder with a file name A1.
- I would like a prompt and based on the integer I enter, I would to copy the file and replicated it X amount of time and name that file by incrementing the file like A2, A3.
- Inside the file, if I have 5 lines, I would like to find the a word on the same line and increment it as +1. Say on line 5, I have D00001, I would to copy every line and then modify it to D00002, and continue until the integer enter is met.