Skip to content

Instantly share code, notes, and snippets.

@Frodox
Created December 11, 2014 11:11
Show Gist options
  • Save Frodox/6e2d62e65660a4fa0c34 to your computer and use it in GitHub Desktop.
Save Frodox/6e2d62e65660a4fa0c34 to your computer and use it in GitHub Desktop.
parallel commands with xargs
xargs < Makefile -P $(nproc) -I{} echo -e "{}\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment