I am new to bashand Linux. I have a program that I wrote that I want to create several simultaneous instances.
Now I do this by opening 10 new terminals, and then run the program 10 times (the command I run, php /home/calculatedata.php
What is the easiest way to do this with a bash script? Also, I need to know how to kill instances because they start an infinite loop.
Thanks!!
source
share