Skip to content

Instantly share code, notes, and snippets.

@sapran
Created December 19, 2017 08:05
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 sapran/f3de17fb9a3dcb9aeed556742dc03dcb to your computer and use it in GitHub Desktop.
Save sapran/f3de17fb9a3dcb9aeed556742dc03dcb to your computer and use it in GitHub Desktop.
Example of parallel command execution.
find ./ -type f | parallel -j150% grep -f ./patterns.txt {} > ./result.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment