Y
Hacker News
new
|
ask
|
show
|
jobs
by
protanopia
2328 days ago
With the first method, you can use xargs to run multiple copies of grep running in parallel like he did later in the article.
1 comments
nemetroid
2328 days ago
The author switched to using
find
before doing the parallelization.
link