I need to run a programmme, let say ./a for 10 times in the linux shell. What is the command to do that?
Also, how could I differentiate the output from different processes?
Besides, my ./a is a continual process. How could I terminate it?
Thanks.