I need to run a process a large number of times.
In /home/runX, I have process X, which accesses a file X.ini.
X.ini contains 3 variables, as follows :
X_date=ccccmm
X_location=aaa
X_type= t
where date will be 200501 thru 200611
location will be aaa, bbb, ccc, or ddd
type will be t, q, or r.
So there will be 23 * 4 * 3 passes
ie 276 passes
Each pass will output a file in directory /home/print
Can someone help me with the script please ?
In /home/runX, I have process X, which accesses a file X.ini.
X.ini contains 3 variables, as follows :
X_date=ccccmm
X_location=aaa
X_type= t
where date will be 200501 thru 200611
location will be aaa, bbb, ccc, or ddd
type will be t, q, or r.
So there will be 23 * 4 * 3 passes
ie 276 passes
Each pass will output a file in directory /home/print
Can someone help me with the script please ?