Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 2
    xargs or parallel. Or send them to background. Commented Jan 17, 2018 at 15:06
  • 1
    where can I read about parallel? Commented Jan 17, 2018 at 15:07
  • 1
    Google for gnu parallel. But adding an & after each statement will suffice here. Commented Jan 17, 2018 at 15:08
  • 1
    See How to run x instances of a script parallel? and a number of similar questions Commented Jan 17, 2018 at 15:30