Question : Creating a bash script which accepts parameters

Hi guys hope u r well and can help.

Im trying to build a perl (OR bash) script that will help me automate the process of creating new files based on what I have in the perl (or bash)script.

-------------------------
CURRENT METHOD:
-------------------------
Here is what Im currently doing (which I wish to change by building a bash script):

Im manually doing the following each time I need to create a new file.

cp /var/www/html/simeswiki/templates/menu1.php /var/www/html/simeswiki/menu1_.php
cp /var/www/html/simeswiki/templates/menu2.php /var/www/html/simeswiki/menu2_.php
cp /var/www/html/simeswiki/templates/menu3.php /var/www/html/simeswiki/menu3_.php
cp /var/www/html/simeswiki/templates/menu4.php /var/www/html/simeswiki/menu4_.php
cp /var/www/html/simeswiki/templates/menu5.php /var/www/html/simeswiki/menu5_.php


-------------------------
GOAL/s:
-------------------------

- Create a perl (or bash) script that:
a) Contains the full path to the menuX.php files
b) Upon execution,
(i) Will prompt for a destination filename for each copy command executed in the bash script
(ii) Will not require the full path and filename for the newly created filename for each copy command executed.

So, for example, if the script was called createfile.sh,

(Comments are in  <  >, and defines if it is user entered of script)

If i run createfile.sh, it will do something like the following..........

createfile.sh      
Enter New Filename based on menu1.php....  

Random Solutions  
 
programming4us programming4us