Y
Hacker News
new
|
ask
|
show
|
jobs
by
ralph
4753 days ago
Is this not equivalent and avoids running grep(1) once for each path?
find -exec grep -iH ${1?} {} +
Though it still runs grep on directories.