Skip to content

Instantly share code, notes, and snippets.

@corporatepiyush
Created September 4, 2017 09:25
Embed
What would you like to do?
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