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*

2
  • 1
    The \; : {} can be avoided by using -N0. If you want to run as many in parallel as possible -j0 is a better choise: It will automatically adjust if it cannot spawn new processes. Commented May 5, 2015 at 5:53
  • Good point, I integrated your comment into my answer. Commented May 6, 2015 at 18:26