Created
December 19, 2017 08:05
-
-
Save sapran/f3de17fb9a3dcb9aeed556742dc03dcb to your computer and use it in GitHub Desktop.
Example of parallel command execution.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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