OK - I'm new to all of this. I need to create multiple files from a list.
For example
Myfile1.php becomes myfile2.php, myfile3.php, myfile4.php
When my list is
2
3
4
I also need to do a global find replace. I have found enough examples of doing that online I think I will be OK.
In an ideal world I would be able to do this with one script.
Essentially I am creating unique PHP scripts for people, based upon a list. The filename will be the same value that I will also use for my search & replace.
So - Is a shell script the way to go? I have installed Cygwin installed and am using windoze. Whats a good place to start? Any pointers as to which commands to google?