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