Skip to content

Instantly share code, notes, and snippets.

@corporatepiyush
Created September 4, 2017 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corporatepiyush/bd4739f4e5a46a4348abb0b03a65dd23 to your computer and use it in GitHub Desktop.
Save corporatepiyush/bd4739f4e5a46a4348abb0b03a65dd23 to your computer and use it in GitHub Desktop.
Parallel Processing of Commands or Data
seq 1 10 | xargs -n1 -P5 <any command>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment