in reply to
efficient way of searching though large number of text file in a given directory
Use
fgrep
(fast grep) if you only need to search for a string (not a pattern).
Comment on
Re: efficient way of searching though large number of text file in a given directory
Download
Code
In Section
Seekers of Perl Wisdom