run multiple programs in linux
Posted
by Betamoo
on Stack Overflow
See other posts from Stack Overflow
or by Betamoo
Published on 2010-06-09T10:06:18Z
Indexed on
2010/06/09
10:12 UTC
Read the original article
Hit count: 239
I am trying to write a .sh file that runs many programs simultaneously
I tried this
prog1
prog2
But that runs prog1 then waits until prog1 ends and then starts prog2...
So how can I run them in parallel?
Thanks
© Stack Overflow or respective owner