Skip to content

Instantly share code, notes, and snippets.

@python-consulting
Created March 11, 2015 10:35
Show Gist options
  • Select an option

  • Save python-consulting/202aee17589d735d7772 to your computer and use it in GitHub Desktop.

Select an option

Save python-consulting/202aee17589d735d7772 to your computer and use it in GitHub Desktop.
Find and execute multi process
find . -regex '\./NAME' -type f -print0 | xargs -0 -n1 -P3 bzip2 --fast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment