bengalliboy
MIS
This is what I got:
I would appreciate if any one can help on this.... Thanks
I got 50 scripts, I want to run one by one , using shell. Some thing like
this:
sh job1
sh job2
sh job3
and so on
Now I want to exit when a job stop/error occured, say, job3 had the problem.
After I fix the problem, when I restart, I want to start at job3 again not from the beginning. Any idea a better way to do this?
I would appreciate if any one can help on this.... Thanks
I got 50 scripts, I want to run one by one , using shell. Some thing like
this:
sh job1
sh job2
sh job3
and so on
Now I want to exit when a job stop/error occured, say, job3 had the problem.
After I fix the problem, when I restart, I want to start at job3 again not from the beginning. Any idea a better way to do this?