[lug] Limits of grep?

Jeffrey B. Siegal jbs at quiotix.com
Tue Sep 26 04:50:23 MDT 2000


Subba Rao wrote:
> Are there any other recommended tools to search through such large list of
> files?

cd [directory to search]
find . -print0 | xargs -0 grep [string to match] /dev/null




More information about the LUG mailing list