I need some help with some Unix shell scripting. I'm trying to write a simple shell script that will run a program multiple times. The pseudo code will look something like this:
do while count < limit
execute program nd_eqn
wait for nd_eqn to finish and terminate
increment count
End do
Is this possible with a shell script? If so, could someone give me a hand? I would appreciate it.
Ryan
do while count < limit
execute program nd_eqn
wait for nd_eqn to finish and terminate
increment count
End do
Is this possible with a shell script? If so, could someone give me a hand? I would appreciate it.
Ryan