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?
prog1 & prog2 &
1.4m articles
1.4m replys
5 comments
57.0k users