Write a Shell Script to read a parameter file and run the other script with these parameters.
Parameter File :
Script_Name = 'script.ksh'
Arg1 = 13
Arg2 = 36
Now, Read this parameter file and kick off the command like below -
./script.ksh 13 36
For more scenario - CLICK HERE
No comments:
Post a Comment