Created
September 5, 2019 16:36
-
-
Save dasl-/2d7cdb4eee3c3d457718ababf72891d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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