Skip to content

Instantly share code, notes, and snippets.

@yk-tanigawa
Created January 16, 2017 19:35
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 yk-tanigawa/3ac6eb0e20fac16e893d997a1cfdf52e to your computer and use it in GitHub Desktop.
Save yk-tanigawa/3ac6eb0e20fac16e893d997a1cfdf52e to your computer and use it in GitHub Desktop.
$ parallel mkdir -p dirs/{2}/{1} :::: <(seq 1 10) <(seq 1 5)
$ parallel -k 'echo {}' :::: <(seq 1 10)
$ # https://www.youtube.com/playlist?list=PL284C9FF2488BC6D1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment