6 ms·
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.
by ralph 13y 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.