|
How to control execution of programs in a shell script.
Dear LinuxQuestions,
Do you know how to write a shell script that executes say 4 instances of the same program in different directories at the same time, and once ONE instance completes it executes a new instance of that program in a new directory, and so on, until 100 instances have been executed, each in their own directory.
Cheers,
Chrisantha
|