Skip to content

Instantly share code, notes, and snippets.

@dasl-
Created September 5, 2019 16:36
Show Gist options
  • Save dasl-/2d7cdb4eee3c3d457718ababf72891d1 to your computer and use it in GitHub Desktop.
Save dasl-/2d7cdb4eee3c3d457718ababf72891d1 to your computer and use it in GitHub Desktop.
bash-4.2$ seq 8 | xargs -n1 -P8 -I {} bash -c 'slow_seq {}'
Count to 1
1Count to 2
Count to 3
1Count to 4
11Count to 5
Count to 6
Count to 7
1Count to 8
111
2222222
333333
44444
5555
666
77
8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment