Skip to content

Instantly share code, notes, and snippets.

@stevekm
Created June 15, 2021 19:03
Show Gist options
  • Save stevekm/520dfb75031d881637e8db486e6c8158 to your computer and use it in GitHub Desktop.
Save stevekm/520dfb75031d881637e8db486e6c8158 to your computer and use it in GitHub Desktop.
GNU parallel example command
parallel -k -N0 -n 0 -j 4 "echo your command here ; sleep 2" ::: {1..10}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment